summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/compat_informix-rfmtlong.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-rfmtlong.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-rfmtlong.c')
-rw-r--r--src/interfaces/ecpg/test/expected/compat_informix-rfmtlong.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/interfaces/ecpg/test/expected/compat_informix-rfmtlong.c b/src/interfaces/ecpg/test/expected/compat_informix-rfmtlong.c
index 8c9d76986c..d000054abb 100644
--- a/src/interfaces/ecpg/test/expected/compat_informix-rfmtlong.c
+++ b/src/interfaces/ecpg/test/expected/compat_informix-rfmtlong.c
@@ -21,14 +21,14 @@
static void
- check_return(int ret);
+check_return(int ret);
static void
fmtlong(long lng, char *fmt)
{
- static int i;
- int r;
- char buf[30];
+ static int i;
+ int r;
+ char buf[30];
r = rfmtlong(lng, fmt, buf);
printf("r: %d ", r);
@@ -62,7 +62,7 @@ main(void)
static void
check_return(int ret)
{
- switch (ret)
+ switch(ret)
{
case ECPG_INFORMIX_ENOTDMY:
printf("(ECPG_INFORMIX_ENOTDMY)");