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/commands/variable.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/commands/variable.h') diff --git a/src/include/commands/variable.h b/src/include/commands/variable.h index c1eb655d9d..6ab15a43a3 100644 --- a/src/include/commands/variable.h +++ b/src/include/commands/variable.h @@ -2,7 +2,7 @@ * Headers for handling of 'SET var TO', 'SHOW var' and 'RESET var' * statements * - * $Id: variable.h,v 1.15 2001/10/25 05:49:59 momjian Exp $ + * $Id: variable.h,v 1.16 2001/10/28 06:26:06 momjian Exp $ * */ #ifndef VARIABLE_H @@ -14,4 +14,5 @@ extern void ResetPGVariable(const char *name); extern void set_default_datestyle(void); extern void set_default_client_encoding(void); + #endif /* VARIABLE_H */ -- cgit v1.2.1