]> granicus.if.org Git - postgresql/commitdiff
Brace cleanup.
authorBruce Momjian <bruce@momjian.us>
Wed, 11 Jan 2006 21:24:30 +0000 (21:24 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 11 Jan 2006 21:24:30 +0000 (21:24 +0000)
src/bin/pg_dump/dumputils.c

index 9502b1f16a27965fba7d524471f68ffdcc150ea0..a4d1fa4e18366fbc1a059689e167314455c28530 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.23 2005/12/03 21:06:18 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.c,v 1.24 2006/01/11 21:24:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -480,10 +480,8 @@ buildACLCommands(const char *name, const char *type,
         * If we didn't find any owner privs, the owner must have revoked 'em all
         */
        if (!found_owner_privs && owner)
-       {
                appendPQExpBuffer(firstsql, "REVOKE ALL ON %s %s FROM %s;\n",
                                                  type, name, fmtId(owner));
-       }
 
        destroyPQExpBuffer(grantee);
        destroyPQExpBuffer(grantor);