Fossil SCM

Indentation level fix on the previous patch (style change only).

stephan 2021-06-14 19:54 trunk
Commit b18c06e87a49718707441951ca89e42d5c3f3f1d054dbc1458e082cb85b29efa
1 file changed +10 -10
+10 -10
--- src/db.c
+++ src/db.c
@@ -898,21 +898,21 @@
898898
ticket_restrict_sql(&nSchemaErr);
899899
}
900900
db_prepare(&err, "%s", g.argv[2]/*safe-for-%s*/);
901901
db_finalize(&err);
902902
if(fAuthReport){
903
- report_unrestrict_sql();
904
- if(zReportErr){
905
- fossil_warning("Report authorizer error: %s\n", zReportErr);
906
- fossil_free(zReportErr);
907
- }
903
+ report_unrestrict_sql();
904
+ if(zReportErr){
905
+ fossil_warning("Report authorizer error: %s\n", zReportErr);
906
+ fossil_free(zReportErr);
907
+ }
908908
}else if(fAuthSchema){
909
- ticket_unrestrict_sql();
910
- if(nSchemaErr){
911
- fossil_warning("Ticket schema authorizer error count: %d\n",
912
- nSchemaErr);
913
- }
909
+ ticket_unrestrict_sql();
910
+ if(nSchemaErr){
911
+ fossil_warning("Ticket schema authorizer error count: %d\n",
912
+ nSchemaErr);
913
+ }
914914
}
915915
}
916916
917917
/*
918918
** Print the output of one or more SQL queries on standard output.
919919
--- src/db.c
+++ src/db.c
@@ -898,21 +898,21 @@
898 ticket_restrict_sql(&nSchemaErr);
899 }
900 db_prepare(&err, "%s", g.argv[2]/*safe-for-%s*/);
901 db_finalize(&err);
902 if(fAuthReport){
903 report_unrestrict_sql();
904 if(zReportErr){
905 fossil_warning("Report authorizer error: %s\n", zReportErr);
906 fossil_free(zReportErr);
907 }
908 }else if(fAuthSchema){
909 ticket_unrestrict_sql();
910 if(nSchemaErr){
911 fossil_warning("Ticket schema authorizer error count: %d\n",
912 nSchemaErr);
913 }
914 }
915 }
916
917 /*
918 ** Print the output of one or more SQL queries on standard output.
919
--- src/db.c
+++ src/db.c
@@ -898,21 +898,21 @@
898 ticket_restrict_sql(&nSchemaErr);
899 }
900 db_prepare(&err, "%s", g.argv[2]/*safe-for-%s*/);
901 db_finalize(&err);
902 if(fAuthReport){
903 report_unrestrict_sql();
904 if(zReportErr){
905 fossil_warning("Report authorizer error: %s\n", zReportErr);
906 fossil_free(zReportErr);
907 }
908 }else if(fAuthSchema){
909 ticket_unrestrict_sql();
910 if(nSchemaErr){
911 fossil_warning("Ticket schema authorizer error count: %d\n",
912 nSchemaErr);
913 }
914 }
915 }
916
917 /*
918 ** Print the output of one or more SQL queries on standard output.
919

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button