1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +03:00

Massive commit to run PGINDENT on all *.c and *.h files.

This commit is contained in:
Bruce Momjian
1997-09-07 05:04:48 +00:00
parent 8fecd4febf
commit 1ccd423235
687 changed files with 150775 additions and 136888 deletions

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* utility.h--
* prototypes for utility.c.
* prototypes for utility.c.
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: utility.h,v 1.2 1996/11/04 12:07:05 scrappy Exp $
* $Id: utility.h,v 1.3 1997/09/07 05:01:58 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,6 +15,6 @@
#include <executor/execdesc.h>
extern void ProcessUtility(Node *parsetree, CommandDest dest);
extern void ProcessUtility(Node * parsetree, CommandDest dest);
#endif /* UTILITY_H */
#endif /* UTILITY_H */