diff options
author | Bruce Momjian | 2011-06-09 18:32:50 +0000 |
---|---|---|
committer | Bruce Momjian | 2011-06-09 18:32:50 +0000 |
commit | 6560407c7db2c7e32926a46f5fb52175ac10d9e5 (patch) | |
tree | 9641e538893819410634624a8e0cb86a13d857a6 /contrib/pg_upgrade/util.c | |
parent | adf43b2b36ca3d7f988933990051c74a4bd0d6f8 (diff) |
Pgindent run before 9.1 beta2.
Diffstat (limited to 'contrib/pg_upgrade/util.c')
-rw-r--r-- | contrib/pg_upgrade/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/pg_upgrade/util.c b/contrib/pg_upgrade/util.c index 4094895f46c..f6582f5e385 100644 --- a/contrib/pg_upgrade/util.c +++ b/contrib/pg_upgrade/util.c @@ -281,4 +281,3 @@ pg_putenv(const char *var, const char *val) #endif } } - |