Skip to content
Snippets Groups Projects
Commit a59516b6 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Fix mis-indented lines

Per Coverity
parent 3142cf6d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment