mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Indent C code in flex and bison files
In the style of pgindent, done semi-manually. Discussion: https://www.postgresql.org/message-id/flat/7d062ecc-7444-23ec-a159-acd8adf9b586%40enterprisedb.com
This commit is contained in:
@@ -49,10 +49,10 @@ static sigjmp_buf *GUC_flex_fatal_jmp;
|
||||
static void FreeConfigVariable(ConfigVariable *item);
|
||||
|
||||
static void record_config_file_error(const char *errmsg,
|
||||
const char *config_file,
|
||||
int lineno,
|
||||
ConfigVariable **head_p,
|
||||
ConfigVariable **tail_p);
|
||||
const char *config_file,
|
||||
int lineno,
|
||||
ConfigVariable **head_p,
|
||||
ConfigVariable **tail_p);
|
||||
|
||||
static int GUC_flex_fatal(const char *msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user