diff options
author | Bruce Momjian | 2001-10-25 05:50:21 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-10-25 05:50:21 +0000 |
commit | 25a8ccbcb71d2b121f94abafe59f29420676f3cb (patch) | |
tree | b548ae7abb247c1486fced19441b3d5beec1ecdb /src/include/postgres_ext.h | |
parent | eaa1184358e8fc1cca3bb3d83d1f1250111390d4 (diff) |
pgindent run on all C files. Java run to follow. initdb/regression
tests pass.
Diffstat (limited to 'src/include/postgres_ext.h')
-rw-r--r-- | src/include/postgres_ext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/postgres_ext.h b/src/include/postgres_ext.h index 9b79a23f15..83a2badfbb 100644 --- a/src/include/postgres_ext.h +++ b/src/include/postgres_ext.h @@ -41,5 +41,4 @@ typedef unsigned int Oid; * NOTE that databases with different NAMEDATALEN's cannot interoperate! */ #define NAMEDATALEN 32 - #endif |