diff options
| author | Michael Meskes <meskes@postgresql.org> | 2006-10-04 10:09:03 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2006-10-04 10:09:03 +0000 |
| commit | fcc2fbac22148ed640dff24caef7c57d20bdad06 (patch) | |
| tree | 8c9803c6b8fdf4b6451ec7c0681e1fbc1b9f4ec8 /src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c | |
| parent | f99a569a2ee3763b4ae174e81250c95ca0fdcbb6 (diff) | |
| download | postgresql-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.c | 12 |
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); |
