Commit 13200777 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix whitespace

parent 246693e5
...@@ -755,7 +755,6 @@ ecpg_store_input(const int lineno, const bool force_indicator, const struct vari ...@@ -755,7 +755,6 @@ ecpg_store_input(const int lineno, const bool force_indicator, const struct vari
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, "}");
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment