@@ -723,7 +723,7 @@ static void get_procedure_args_ods12(const char* proc_name)
723
723
*
724
724
* Functional description
725
725
* This function extracts the procedure parameters and adds it to the
726
- * extract file
726
+ * extract file.
727
727
* Make sure to pass here only the names of procedures that are global.
728
728
*
729
729
**************************************/
@@ -1449,7 +1449,6 @@ static processing_state list_all_grants2(bool show_role_list, const SCHAR* termi
1449
1449
else
1450
1450
SHOW_grant_roles2(terminator, 0, 0, mangle);
1451
1451
1452
-
1453
1452
if (isqlGlob.major_ods >= ODS_VERSION12)
1454
1453
{
1455
1454
// For stored procedures, but ignore procedures inside packages.
@@ -1463,7 +1462,7 @@ static processing_state list_all_grants2(bool show_role_list, const SCHAR* termi
1463
1462
1464
1463
const processing_state rc =
1465
1464
SHOW_grants2(PRC.RDB$PROCEDURE_NAME, terminator, obj_procedure,
1466
- first ? banner: 0, mangle);
1465
+ first ? banner : 0, mangle);
1467
1466
if (rc == SKIP)
1468
1467
first = false;
1469
1468
@@ -1484,7 +1483,7 @@ static processing_state list_all_grants2(bool show_role_list, const SCHAR* termi
1484
1483
1485
1484
const processing_state rc =
1486
1485
SHOW_grants2(PRC.RDB$PROCEDURE_NAME, terminator, obj_procedure,
1487
- first ? banner: 0, mangle);
1486
+ first ? banner : 0, mangle);
1488
1487
if (rc == SKIP)
1489
1488
first = false;
1490
1489
@@ -1505,7 +1504,7 @@ static processing_state list_all_grants2(bool show_role_list, const SCHAR* termi
1505
1504
fb_utils::exact_name(PACK.RDB$PACKAGE_NAME);
1506
1505
const processing_state rc =
1507
1506
SHOW_grants2(PACK.RDB$PACKAGE_NAME, terminator, obj_package_header,
1508
- first ? banner: 0, mangle);
1507
+ first ? banner : 0, mangle);
1509
1508
if (rc == SKIP)
1510
1509
first = false;
1511
1510
END_FOR
0 commit comments