]> granicus.if.org Git - postgresql/commitdiff
Fix whitespace
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 23 Mar 2018 02:36:17 +0000 (22:36 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 23 Mar 2018 02:36:17 +0000 (22:36 -0400)
src/interfaces/ecpg/test/compat_oracle/char_array.pgc
src/interfaces/ecpg/test/expected/compat_oracle-char_array.c

index 8c33b18b7c85739a74b910cf73a0585706514ff8..8d7d9bf2d19884e39f928e09c464e1e2cb73bffe 100644 (file)
@@ -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");
index c2ef09e354c83432a7a99499692bbaeebc246bbe..c9d2badb6a60f7a7d2c600d1b6812b9ee741ec80 100644 (file)
@@ -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"