diff options
| author | Bruce Momjian | 2001-11-05 17:46:40 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-11-05 17:46:40 +0000 |
| commit | e2afeba450839d20c469cacbb3c9a2c0013a172d (patch) | |
| tree | 44b244d08063583a79be3d1dbf9801bf8056af7e /src/include/postgres.h | |
| parent | 5a615cf5e1788f8d1512a198464de8b39a8f2141 (diff) | |
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
initdb/regression tests pass.
Diffstat (limited to 'src/include/postgres.h')
| -rw-r--r-- | src/include/postgres.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h index 532da4cdae..ec55076569 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -533,7 +533,7 @@ extern DLLIMPORT bool assert_enabled; #define AssertState(condition) \ Trap(!(condition), BadState) -#endif /* USE_ASSERT_CHECKING */ +#endif /* USE_ASSERT_CHECKING */ /* * LogTrap @@ -588,7 +588,7 @@ __attribute__((format(printf, 1, 2))); #ifdef ASSERT_CHECKING_TEST extern int assertTest(int val); #endif -#endif /* USE_ASSERT_CHECKING */ +#endif /* USE_ASSERT_CHECKING */ /* ---------------------------------------------------------------- * Section 4: genbki macros used by catalog/pg_xxx.h files @@ -609,4 +609,4 @@ extern int assertTest(int val); typedef int4 aclitem; /* PHONY definition for catalog use only */ -#endif /* POSTGRES_H */ +#endif /* POSTGRES_H */ |
