Fix whitespace
This commit is contained in:
parent
f8ce16d0d2
commit
de94b47c0a
@ -383,7 +383,7 @@ free_readfile(char **optlines)
|
|||||||
|
|
||||||
while (optlines[i++])
|
while (optlines[i++])
|
||||||
free(optlines[i]);
|
free(optlines[i]);
|
||||||
|
|
||||||
free(optlines);
|
free(optlines);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
@ -456,7 +456,7 @@ dump_variables(struct arguments * list, int mode)
|
|||||||
/* Then release the list element. */
|
/* Then release the list element. */
|
||||||
if (mode != 0)
|
if (mode != 0)
|
||||||
free(list);
|
free(list);
|
||||||
|
|
||||||
free(str_zero);
|
free(str_zero);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2760,7 +2760,7 @@ PQfnumber(const PGresult *res, const char *field_name)
|
|||||||
for (i = 0; i < res->numAttributes; i++)
|
for (i = 0; i < res->numAttributes; i++)
|
||||||
if (strcmp(field_name, res->attDescs[i].name) == 0)
|
if (strcmp(field_name, res->attDescs[i].name) == 0)
|
||||||
return i;
|
return i;
|
||||||
|
|
||||||
/* Fall through to the normal check if that didn't work out. */
|
/* Fall through to the normal check if that didn't work out. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1159,7 +1159,7 @@ get_alternative_expectfile(const char *expectfile, int i)
|
|||||||
|
|
||||||
if (!(tmp = (char*) malloc(ssize)))
|
if (!(tmp = (char*) malloc(ssize)))
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (!(s = (char*) malloc(ssize)))
|
if (!(s = (char*) malloc(ssize)))
|
||||||
{
|
{
|
||||||
free(tmp);
|
free(tmp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user