summaryrefslogtreecommitdiff
path: root/src/bin/psql/help.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-10-28 06:26:15 +0000
committerBruce Momjian <bruce@momjian.us>2001-10-28 06:26:15 +0000
commit6783b2372ef13c141649840a836ff0a954ea1d4d (patch)
tree81c727b2b08930bcf3ab7107c84ef59f1f68a78d /src/bin/psql/help.h
parentc29797deeb5dfca61b8959344b682b4c32fe53a1 (diff)
Another pgindent run. Fixes enum indenting, and improves #endif
spacing. Also adds space for one-line comments.
Diffstat (limited to 'src/bin/psql/help.h')
-rw-r--r--src/bin/psql/help.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/psql/help.h b/src/bin/psql/help.h
index 36cf326a01c..16d09480bf5 100644
--- a/src/bin/psql/help.h
+++ b/src/bin/psql/help.h
@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.7 2001/10/25 05:49:54 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.8 2001/10/28 06:25:58 momjian Exp $
*/
#ifndef HELP_H
#define HELP_H
@@ -15,4 +15,5 @@ void slashUsage(void);
void helpSQL(const char *topic);
void print_copyright(void);
+
#endif