From b81844b1738c584d92330a5ccd0fbd8b603d2886 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 25 Oct 2001 05:50:21 +0000 Subject: pgindent run on all C files. Java run to follow. initdb/regression tests pass. --- src/include/executor/spi_priv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include/executor/spi_priv.h') diff --git a/src/include/executor/spi_priv.h b/src/include/executor/spi_priv.h index e562663400..d7f036506b 100644 --- a/src/include/executor/spi_priv.h +++ b/src/include/executor/spi_priv.h @@ -3,7 +3,7 @@ * spi.c * Server Programming Interface private declarations * - * $Header: /cvsroot/pgsql/src/include/executor/spi_priv.h,v 1.8 2001/05/21 14:22:18 wieck Exp $ + * $Header: /cvsroot/pgsql/src/include/executor/spi_priv.h,v 1.9 2001/10/25 05:49:59 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -35,5 +35,4 @@ typedef struct #define _SPI_CPLAN_CURCXT 0 #define _SPI_CPLAN_PROCXT 1 #define _SPI_CPLAN_TOPCXT 2 - #endif /* SPI_PRIV_H */ -- cgit v1.2.1