mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Fix mis-indented lines
Per Coverity
This commit is contained in:
parent
5d9951a650
commit
603c4a90c1
@ -596,9 +596,9 @@ ParseConfigFp(FILE *fp, const char *config_file, int depth, int elevel,
|
||||
depth + 1, elevel,
|
||||
head_p, tail_p))
|
||||
OK = false;
|
||||
yy_switch_to_buffer(lex_buffer);
|
||||
pfree(opt_name);
|
||||
pfree(opt_value);
|
||||
yy_switch_to_buffer(lex_buffer);
|
||||
pfree(opt_name);
|
||||
pfree(opt_value);
|
||||
}
|
||||
else if (guc_name_compare(opt_name, "include") == 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user