From 9e1552607a9dc6bc23e43d46770a9063ade4f3f0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 22 Mar 2001 04:01:46 +0000 Subject: pgindent run. Make it all clean. --- src/include/commands/command.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/commands/command.h') diff --git a/src/include/commands/command.h b/src/include/commands/command.h index 3e3f675c0f7..8b108451d2a 100644 --- a/src/include/commands/command.h +++ b/src/include/commands/command.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: command.h,v 1.25 2001/01/24 19:43:23 momjian Exp $ + * $Id: command.h,v 1.26 2001/03/22 04:00:41 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -59,7 +59,7 @@ extern void AlterTableDropConstraint(const char *relationName, int behavior); extern void AlterTableCreateToastTable(const char *relationName, - bool silent); + bool silent); extern void AlterTableOwner(const char *relationName, const char *newOwnerName); -- cgit v1.2.3