From 6783b2372ef13c141649840a836ff0a954ea1d4d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 28 Oct 2001 06:26:15 +0000 Subject: Another pgindent run. Fixes enum indenting, and improves #endif spacing. Also adds space for one-line comments. --- src/backend/commands/_deadcode/recipe.h | 3 ++- src/backend/commands/_deadcode/version.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/backend/commands/_deadcode') diff --git a/src/backend/commands/_deadcode/recipe.h b/src/backend/commands/_deadcode/recipe.h index 11dafaefa7..b09b9bbfff 100644 --- a/src/backend/commands/_deadcode/recipe.h +++ b/src/backend/commands/_deadcode/recipe.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: recipe.h,v 1.4 2001/10/25 05:49:27 momjian Exp $ + * $Id: recipe.h,v 1.5 2001/10/28 06:25:43 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,4 +16,5 @@ #include "nodes/parsenodes.h" extern void beginRecipe(RecipeStmt *stmt); + #endif /* RECIPE_H */ diff --git a/src/backend/commands/_deadcode/version.c b/src/backend/commands/_deadcode/version.c index 3a5170e86a..81e7a8f91f 100644 --- a/src/backend/commands/_deadcode/version.c +++ b/src/backend/commands/_deadcode/version.c @@ -10,7 +10,7 @@ * doesn't work! - jolly 8/19/95 * * - * $Id: version.c,v 1.27 2001/10/25 05:49:27 momjian Exp $ + * $Id: version.c,v 1.28 2001/10/28 06:25:43 momjian Exp $ * * NOTES * At the point the version is defined, 2 physical relations are created @@ -342,4 +342,5 @@ VersionReplace(char *vname, char *bname, char *snapshot) /* printf("%s\n",rule_buf); */ } + #endif -- cgit v1.2.1