From 6783b2372ef13c141649840a836ff0a954ea1d4d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 28 Oct 2001 06:26:15 +0000 Subject: Another pgindent run. Fixes enum indenting, and improves #endif spacing. Also adds space for one-line comments. --- src/include/utils/ps_status.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/utils/ps_status.h') 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 */ -- cgit v1.2.1