]> granicus.if.org Git - postgresql/commitdiff
Fix whitespace
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 15 Sep 2015 19:20:13 +0000 (15:20 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 15 Sep 2015 19:20:13 +0000 (15:20 -0400)
src/bin/pg_dump/dumputils.h
src/bin/pg_dump/pg_dump.c

index 9f31bbc20af67598e38b96145a8f52410afc73ae..3a643c442701cb9f4933bcae23a39dc072d93d74 100644 (file)
@@ -39,7 +39,7 @@ typedef struct SimpleStringListCell
 {
        struct SimpleStringListCell *next;
        bool            touched;                                /* true, when this string was searched
-                                                                     and touched */
+                                                                                  and touched */
        char            val[FLEXIBLE_ARRAY_MEMBER];             /* null-terminated string here */
 } SimpleStringListCell;
 
index e943f6c23ca75ac52f0ec63813dcb37bd9e94d98..05866970a64e10271424025c85fa6623e4df3dbb 100644 (file)
@@ -1194,7 +1194,7 @@ expand_schema_name_patterns(Archive *fout,
 
 /*
  * Find the OIDs of all tables matching the given list of patterns,
- * and append them to the given OID list. 
+ * and append them to the given OID list.
  */
 static void
 expand_table_name_patterns(Archive *fout,