aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/variable.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2014-03-03 14:05:33 -0500
committerPeter Eisentraut <peter_e@gmx.net>2014-03-03 14:05:33 -0500
commitde94b47c0a92faeddab5ac980449d3fa877b4a4f (patch)
treea383bdff4a44d4607851ca2aae5823b850cb07f8 /src/interfaces/ecpg/preproc/variable.c
parentf8ce16d0d2645f3e223b1a68cd8f6b2fa3d56627 (diff)
downloadpostgresql-de94b47c0a92faeddab5ac980449d3fa877b4a4f.tar.gz
postgresql-de94b47c0a92faeddab5ac980449d3fa877b4a4f.zip
Fix whitespace
Diffstat (limited to 'src/interfaces/ecpg/preproc/variable.c')
-rw-r--r--src/interfaces/ecpg/preproc/variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/variable.c b/src/interfaces/ecpg/preproc/variable.c
index d762286b94f..50ddeab2e85 100644
--- a/src/interfaces/ecpg/preproc/variable.c
+++ b/src/interfaces/ecpg/preproc/variable.c
@@ -456,7 +456,7 @@ dump_variables(struct arguments * list, int mode)
/* Then release the list element. */
if (mode != 0)
free(list);
-
+
free(str_zero);
}