1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-09 13:09:39 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut
2014-03-03 14:05:33 -05:00
parent f8ce16d0d2
commit de94b47c0a
4 changed files with 4 additions and 4 deletions

View File

@@ -456,7 +456,7 @@ dump_variables(struct arguments * list, int mode)
/* Then release the list element. */
if (mode != 0)
free(list);
free(str_zero);
}

View File

@@ -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. */
/*