From 319dbfa7364721d3343af03a7ce063c2a2c9d385 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 8 Sep 1997 02:41:22 +0000 Subject: Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. --- src/include/parser/dbcommands.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/parser/dbcommands.h') 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 */ -- cgit v1.2.3