diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-03-22 22:36:17 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-03-22 22:36:17 -0400 |
commit | fdb78948d89b5cc018e3dbf851fafd1652cb5921 (patch) | |
tree | d7ac8751ddf1dbfe79ccd597b4613551b0cb26db /src/interfaces/ecpg/test/expected/compat_oracle-char_array.c | |
parent | 5c4920be303e0ab894c9a3a48e780b7e0e56240b (diff) | |
download | postgresql-fdb78948d89b5cc018e3dbf851fafd1652cb5921.tar.gz postgresql-fdb78948d89b5cc018e3dbf851fafd1652cb5921.zip |
Fix whitespace
Diffstat (limited to 'src/interfaces/ecpg/test/expected/compat_oracle-char_array.c')
-rw-r--r-- | src/interfaces/ecpg/test/expected/compat_oracle-char_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/expected/compat_oracle-char_array.c b/src/interfaces/ecpg/test/expected/compat_oracle-char_array.c index c2ef09e354c..c9d2badb6a6 100644 --- a/src/interfaces/ecpg/test/expected/compat_oracle-char_array.c +++ b/src/interfaces/ecpg/test/expected/compat_oracle-char_array.c @@ -186,7 +186,7 @@ if (sqlca.sqlwarn[0] == 'W') warn ( ); if (sqlca.sqlcode < 0) sqlprint();} #line 54 "char_array.pgc" - + { ECPGdo(__LINE__, 3, 1, NULL, 0, ECPGst_normal, "drop table strdbase", ECPGt_EOIT, ECPGt_EORT); #line 55 "char_array.pgc" |