aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/ecpg/preproc/variable.c2
-rw-r--r--src/interfaces/libpq/fe-exec.c2
2 files changed, 2 insertions, 2 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);
}
diff --git a/src/interfaces/libpq/fe-exec.c b/src/interfaces/libpq/fe-exec.c
index 6f74108bd68..8ccf6d39ee2 100644
--- a/src/interfaces/libpq/fe-exec.c
+++ b/src/interfaces/libpq/fe-exec.c
@@ -2760,7 +2760,7 @@ PQfnumber(const PGresult *res, const char *field_name)
for (i = 0; i < res->numAttributes; i++)
if (strcmp(field_name, res->attDescs[i].name) == 0)
return i;
-
+
/* Fall through to the normal check if that didn't work out. */
/*