summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2006-10-04 10:09:03 +0000
committerMichael Meskes <meskes@postgresql.org>2006-10-04 10:09:03 +0000
commitfcc2fbac22148ed640dff24caef7c57d20bdad06 (patch)
tree8c9803c6b8fdf4b6451ec7c0681e1fbc1b9f4ec8 /src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c
parentf99a569a2ee3763b4ae174e81250c95ca0fdcbb6 (diff)
downloadpostgresql-fcc2fbac22148ed640dff24caef7c57d20bdad06.tar.gz
Reverted changes made by pgindent
Made show.pgc set all variables before displaying them.
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, 5 insertions, 7 deletions
diff --git a/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c b/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c
index 7ed4de17ed..eddd580e54 100644
--- a/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c
+++ b/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c
@@ -13,14 +13,12 @@
#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);