Skip to content

Commit a59516b

Browse files
committed
Fix mis-indented lines
Per Coverity
1 parent 3142cf6 commit a59516b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/utils/misc/guc-file.l

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,9 +596,9 @@ ParseConfigFp(FILE *fp, const char *config_file, int depth, int elevel,
596596
depth + 1, elevel,
597597
head_p, tail_p))
598598
OK = false;
599-
yy_switch_to_buffer(lex_buffer);
600-
pfree(opt_name);
601-
pfree(opt_value);
599+
yy_switch_to_buffer(lex_buffer);
600+
pfree(opt_name);
601+
pfree(opt_value);
602602
}
603603
else if (guc_name_compare(opt_name, "include") == 0)
604604
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy