summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c')
-rw-r--r--src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c b/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c
index eddd580e54..7ed4de17ed 100644
--- a/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c
+++ b/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c
@@ -13,12 +13,14 @@
#include <stdlib.h>
#include <sqltypes.h>
-int main(void)
+int
+main(void)
{
- char t1[] = "abc def ghi ";
- /* 123456789012345 */
- char buf[50];
- int k;
+ char t1[] = "abc def ghi ";
+
+ /* 123456789012345 */
+ char buf[50];
+ int k;
printf("t1: _%s_\n", t1);
rupshift(t1);