diff options
author | Bruce Momjian | 1999-05-25 22:43:53 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-05-25 22:43:53 +0000 |
commit | fcff1cdf4eadbc6dcba4b9a2cd09f38f466ffa31 (patch) | |
tree | 5b4a877bed2a5229075e0e2a37c6f1431599ada6 /contrib/os2client | |
parent | 4eadfe875440759bf062b02857ff196ab95d6fbc (diff) |
Another pgindent run. Sorry folks.
Diffstat (limited to 'contrib/os2client')
-rw-r--r-- | contrib/os2client/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/os2client/config.h b/contrib/os2client/config.h index ad492fb7d6b..afdcb4484c8 100644 --- a/contrib/os2client/config.h +++ b/contrib/os2client/config.h @@ -11,7 +11,7 @@ * DEF_PGPORT is the TCP port number on which the Postmaster listens by * default. This can be overriden by command options, environment variables, * and the postconfig hook. (set by build script) - */
+ */
#define DEF_PGPORT "5432"
|