mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +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,
|
depth + 1, elevel,
|
||||||
head_p, tail_p))
|
head_p, tail_p))
|
||||||
OK = false;
|
OK = false;
|
||||||
yy_switch_to_buffer(lex_buffer);
|
yy_switch_to_buffer(lex_buffer);
|
||||||
pfree(opt_name);
|
pfree(opt_name);
|
||||||
pfree(opt_value);
|
pfree(opt_value);
|
||||||
}
|
}
|
||||||
else if (guc_name_compare(opt_name, "include") == 0)
|
else if (guc_name_compare(opt_name, "include") == 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user