From a5d7ba773dff04d700afca6cf86bff64dc663b4f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 7 Oct 2004 15:21:58 +0000 Subject: Adjust comments previously moved to column 1 by pgident. --- src/include/executor/execdebug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/executor/execdebug.h') diff --git a/src/include/executor/execdebug.h b/src/include/executor/execdebug.h index ab4fe00939b..f6bfaafb13f 100644 --- a/src/include/executor/execdebug.h +++ b/src/include/executor/execdebug.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/execdebug.h,v 1.23 2004/08/29 04:13:06 momjian Exp $ + * $PostgreSQL: pgsql/src/include/executor/execdebug.h,v 1.24 2004/10/07 15:21:56 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -128,7 +128,7 @@ extern int NIndexTupleInserted; #define IncrIndexProcessed() NIndexTupleProcessed++ #define IncrIndexInserted() NIndexTupleInserted++ #else -/* stop compiler warnings */ +/* stop compiler warnings */ #define IncrRetrieved() (void)(0) #define IncrAppended() (void)(0) #define IncrDeleted() (void)(0) -- cgit v1.2.3