]> granicus.if.org Git - postgresql/blobdiff - src/fe_utils/string_utils.c
Phase 2 of pgindent updates.
[postgresql] / src / fe_utils / string_utils.c
index 45a08c7ee104df8d4ed720b7b111c375c08f37b8..c7e42ddec9fd304ca4acce0835f8cbc104d1feb5 100644 (file)
@@ -536,7 +536,7 @@ appendShellStringNoError(PQExpBuffer buf, const char *str)
                backslash_run_length--;
        }
        appendPQExpBufferStr(buf, "^\"");
-#endif   /* WIN32 */
+#endif                                                 /* WIN32 */
 
        return ok;
 }
@@ -713,9 +713,9 @@ parsePGArray(const char *atext, char ***itemarray, int *nitems)
                                        {
                                                atext++;
                                                if (*atext == '\0')
-                                                       return false;           /* premature end of string */
+                                                       return false;   /* premature end of string */
                                        }
-                                       *strings++ = *atext++;          /* copy quoted data */
+                                       *strings++ = *atext++;  /* copy quoted data */
                                }
                                atext++;
                        }