From 927d61eeff78363ea3938c818d07e511ebaf75cf Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 10 Jun 2012 15:20:04 -0400 Subject: Run pgindent on 9.2 source tree in preparation for first 9.3 commit-fest. --- src/include/postgres.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/postgres.h') diff --git a/src/include/postgres.h b/src/include/postgres.h index 94c0218cd1b..63203bec9a5 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -685,6 +685,6 @@ extern PGDLLIMPORT bool assert_enabled; extern void ExceptionalCondition(const char *conditionName, const char *errorType, - const char *fileName, int lineNumber) __attribute__((noreturn)); + const char *fileName, int lineNumber) __attribute__((noreturn)); #endif /* POSTGRES_H */ -- cgit v1.2.3