From: Peter Eisentraut Date: Fri, 23 Mar 2018 02:36:17 +0000 (-0400) Subject: Fix whitespace X-Git-Tag: REL_11_BETA1~507 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fdb78948d89b5cc018e3dbf851fafd1652cb5921;p=thirdparty%2Fpostgresql.git Fix whitespace --- diff --git a/src/interfaces/ecpg/test/compat_oracle/char_array.pgc b/src/interfaces/ecpg/test/compat_oracle/char_array.pgc index 8c33b18b7c8..8d7d9bf2d19 100644 --- a/src/interfaces/ecpg/test/compat_oracle/char_array.pgc +++ b/src/interfaces/ecpg/test/compat_oracle/char_array.pgc @@ -51,7 +51,7 @@ int main() { printf("\"%s\": \"%s\" %d\n", bigstr, shortstr, shstr_ind); } - EXEC SQL CLOSE C; + EXEC SQL CLOSE C; EXEC SQL DROP TABLE strdbase; printf("\nGOOD-BYE!!\n\n"); 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"