mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Fix whitespace
This commit is contained in:
parent
f1dadd34fa
commit
7b5a9d61a8
@ -520,7 +520,7 @@ ECPGdump_a_simple(FILE *o, const char *name, enum ECPGttype type,
|
|||||||
sprintf(offset, "sizeof(%s)", ecpg_type_name(type));
|
sprintf(offset, "sizeof(%s)", ecpg_type_name(type));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Array size would be -1 for addresses of members within structure,
|
* Array size would be -1 for addresses of members within structure,
|
||||||
* when pointer to structure is being dumped.
|
* when pointer to structure is being dumped.
|
||||||
@ -530,7 +530,7 @@ ECPGdump_a_simple(FILE *o, const char *name, enum ECPGttype type,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* If siz i.e. the size of structure of which this variable is part of,
|
* If siz i.e. the size of structure of which this variable is part of,
|
||||||
* that gives the offset to the next element, if required
|
* that gives the offset to the next element, if required
|
||||||
*/
|
*/
|
||||||
if (siz == NULL || strlen(siz) == 0)
|
if (siz == NULL || strlen(siz) == 0)
|
||||||
fprintf(o, "\n\t%s,%s,(long)%s,(long)%s,%s, ", get_type(type), variable, varcharsize, arrsize, offset);
|
fprintf(o, "\n\t%s,%s,(long)%s,(long)%s,%s, ", get_type(type), variable, varcharsize, arrsize, offset);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user