mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Fix whitespace
This commit is contained in:
parent
3dfffac701
commit
a8bb248141
@ -753,8 +753,7 @@ ecpg_store_input(const int lineno, const bool force_indicator, const struct vari
|
|||||||
strcpy(mallocedval, "{");
|
strcpy(mallocedval, "{");
|
||||||
|
|
||||||
for (element = 0; element < asize; element++)
|
for (element = 0; element < asize; element++)
|
||||||
sprintf(mallocedval + strlen(mallocedval), "%c,", (((bool *) var->value)[element]) ? 't' : 'f');
|
sprintf(mallocedval + strlen(mallocedval), "%c,", (((bool *) var->value)[element]) ? 't' : 'f');
|
||||||
|
|
||||||
|
|
||||||
strcpy(mallocedval + strlen(mallocedval) - 1, "}");
|
strcpy(mallocedval + strlen(mallocedval) - 1, "}");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user