diff options
| author | Bruce Momjian | 2011-04-10 15:42:00 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2011-04-10 15:42:00 +0000 |
| commit | bf50caf105a901c4f83ac1df3cdaf910c26694a4 (patch) | |
| tree | dac42d7795070f107eefb085c500f86a4d35f92f /src/port/unsetenv.c | |
| parent | 9a8b73147c07e02e10e0d0a34aa99d72e3336fb2 (diff) | |
pgindent run before PG 9.1 beta 1.
Diffstat (limited to 'src/port/unsetenv.c')
| -rw-r--r-- | src/port/unsetenv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/unsetenv.c b/src/port/unsetenv.c index 248cead79d6..339e1725937 100644 --- a/src/port/unsetenv.c +++ b/src/port/unsetenv.c @@ -31,8 +31,8 @@ unsetenv(const char *name) * that we zap the actual environ member. However, there are some libc * implementations (notably recent BSDs) that do not obey SUS but copy the * presented string. This method fails on such platforms. Hopefully all - * such platforms have unsetenv() and thus won't be using this hack. - * See: http://www.greenend.org.uk/rjk/2008/putenv.html + * such platforms have unsetenv() and thus won't be using this hack. See: + * http://www.greenend.org.uk/rjk/2008/putenv.html * * Note that repeatedly setting and unsetting a var using this code will * leak memory. |
