Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2583663

Browse files
committed
Brace cleanup.
1 parent 9545d66 commit 2583663

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/bin/pg_dump/dumputils.c

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.23 2005/12/03 21:06:18 tgl Exp $
10+
* $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.24 2006/01/11 21:24:30 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -480,10 +480,8 @@ buildACLCommands(const char *name, const char *type,
480480
* If we didn't find any owner privs, the owner must have revoked 'em all
481481
*/
482482
if (!found_owner_privs && owner)
483-
{
484483
appendPQExpBuffer(firstsql, "REVOKE ALL ON %s %s FROM %s;\n",
485484
type, name, fmtId(owner));
486-
}
487485

488486
destroyPQExpBuffer(grantee);
489487
destroyPQExpBuffer(grantor);

0 commit comments

Comments
 (0)