diff options
| author | Bruce Momjian <bruce@momjian.us> | 2001-10-28 06:26:15 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2001-10-28 06:26:15 +0000 |
| commit | 6783b2372ef13c141649840a836ff0a954ea1d4d (patch) | |
| tree | 81c727b2b08930bcf3ab7107c84ef59f1f68a78d /src/include/utils/ps_status.h | |
| parent | c29797deeb5dfca61b8959344b682b4c32fe53a1 (diff) | |
| download | postgresql-6783b2372ef13c141649840a836ff0a954ea1d4d.tar.gz | |
Another pgindent run. Fixes enum indenting, and improves #endif
spacing. Also adds space for one-line comments.
Diffstat (limited to 'src/include/utils/ps_status.h')
| -rw-r--r-- | src/include/utils/ps_status.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/ps_status.h b/src/include/utils/ps_status.h index 94b8e0911d..8b12856e33 100644 --- a/src/include/utils/ps_status.h +++ b/src/include/utils/ps_status.h @@ -4,7 +4,7 @@ * * Declarations for backend/utils/misc/ps_status.c * - * $Id: ps_status.h,v 1.21 2001/10/25 05:50:10 momjian Exp $ + * $Id: ps_status.h,v 1.22 2001/10/28 06:26:09 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -20,4 +20,5 @@ extern void init_ps_display(const char *username, const char *dbname, extern void set_ps_display(const char *activity); extern const char *get_ps_display(void); + #endif /* PS_STATUS_H */ |
