From 1ccd423235a48739d6f7a4d7889705b5f9ecc69b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 7 Sep 1997 05:04:48 +0000 Subject: Massive commit to run PGINDENT on all *.c and *.h files. --- src/include/parser/sysfunc.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/include/parser/sysfunc.h') diff --git a/src/include/parser/sysfunc.h b/src/include/parser/sysfunc.h index b0761d4c351..2a1f87d8590 100644 --- a/src/include/parser/sysfunc.h +++ b/src/include/parser/sysfunc.h @@ -1,10 +1,9 @@ /*------------------------------------------------------------------------- - * + * * sysfunc.h-- - * support for system functions - * + * support for system functions + * * ------------------------------------------------------------------------- */ -extern char *SystemFunctionHandler(char *funct); - +extern char *SystemFunctionHandler(char *funct); -- cgit v1.2.3