mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Clean up whitespace and indentation in parser and scanner files
These are not touched by pgindent, so clean them up a bit manually.
This commit is contained in:
@@ -122,7 +122,7 @@ base_backup:
|
||||
;
|
||||
|
||||
base_backup_opt_list: base_backup_opt_list base_backup_opt { $$ = lappend($1, $2); }
|
||||
| /* EMPTY */ { $$ = NIL; }
|
||||
| /* EMPTY */ { $$ = NIL; }
|
||||
|
||||
base_backup_opt:
|
||||
K_LABEL SCONST
|
||||
|
Reference in New Issue
Block a user