]> granicus.if.org Git - postgresql/blobdiff - src/bin/psql/prompt.c
Phase 2 of pgindent updates.
[postgresql] / src / bin / psql / prompt.c
index e502ff3f6e61292a8726a95959eae56c1d302675..913b23e4cd86a584e8305100c8ace9fae32cac4d 100644 (file)
@@ -310,7 +310,7 @@ get_prompt(promptStatus_t status, ConditionalStack cstack)
                                         */
                                        buf[0] = (*p == '[') ? RL_PROMPT_START_IGNORE : RL_PROMPT_END_IGNORE;
                                        buf[1] = '\0';
-#endif   /* USE_READLINE */
+#endif                                                 /* USE_READLINE */
                                        break;
 
                                default: