Skip to content

Commit 83aa5a9

Browse files
committed
fix indentation
1 parent c50a87d commit 83aa5a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14449,7 +14449,8 @@ check_sql_result(PGresult *res, PGconn *conn, const char *query,
1444914449
exit_nicely();
1445014450
}
1445114451

14452-
static void set_section (const char *arg)
14452+
static void
14453+
set_section (const char *arg)
1445314454
{
1445414455
/* if this is the first, clear all the bits */
1445514456
if (dumpSections == DUMP_UNSECTIONED)

0 commit comments

Comments
 (0)