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/commands/cluster.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/include/commands/cluster.h') diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h index 45ba116212..7f305c6014 100644 --- a/src/include/commands/cluster.h +++ b/src/include/commands/cluster.h @@ -1,27 +1,27 @@ /*------------------------------------------------------------------------- * * cluster.h-- - * header file for postgres cluster command stuff + * header file for postgres cluster command stuff * * Copyright (c) 1994-5, Regents of the University of California * - * $Id: cluster.h,v 1.2 1997/08/19 21:38:06 momjian Exp $ + * $Id: cluster.h,v 1.3 1997/09/07 04:57:21 momjian Exp $ * *------------------------------------------------------------------------- */ -#ifndef CLUSTER_H -#define CLUSTER_H +#ifndef CLUSTER_H +#define CLUSTER_H /* * defines for contant stuff */ -#define _TEMP_RELATION_KEY_ "clXXXXXXXX" -#define _SIZE_OF_TEMP_RELATION_KEY_ 11 +#define _TEMP_RELATION_KEY_ "clXXXXXXXX" +#define _SIZE_OF_TEMP_RELATION_KEY_ 11 /* * functions */ -extern void cluster(char oldrelname[], char oldindexname[]); +extern void cluster(char oldrelname[], char oldindexname[]); -#endif /* CLUSTER_H */ +#endif /* CLUSTER_H */ -- cgit v1.2.1