diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-08 02:41:22 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-08 02:41:22 +0000 |
commit | 319dbfa7364721d3343af03a7ce063c2a2c9d385 (patch) | |
tree | a2146fe02c49ce1e497b7c287dfcaa367a703ae4 /src/include/parser/dbcommands.h | |
parent | a90f12fd9d6886da4f0734288496361a304d3882 (diff) |
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
Diffstat (limited to 'src/include/parser/dbcommands.h')
-rw-r--r-- | src/include/parser/dbcommands.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/parser/dbcommands.h b/src/include/parser/dbcommands.h index 4a7f32225ca..76b1dc6a0ee 100644 --- a/src/include/parser/dbcommands.h +++ b/src/include/parser/dbcommands.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: dbcommands.h,v 1.3 1997/09/07 04:59:29 momjian Exp $ + * $Id: dbcommands.h,v 1.4 1997/09/08 02:38:05 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -20,7 +20,7 @@ #define SIGKILLDAEMON1 SIGINT #define SIGKILLDAEMON2 SIGTERM -extern void createdb(char *dbname); -extern void destroydb(char *dbname); +extern void createdb(char *dbname); +extern void destroydb(char *dbname); #endif /* DBCOMMANDS_H */ |