Fix whitespace

pull/31/merge
Peter Eisentraut 8 years ago
parent 5c4920be30
commit fdb78948d8
  1. 2
      src/interfaces/ecpg/test/compat_oracle/char_array.pgc
  2. 2
      src/interfaces/ecpg/test/expected/compat_oracle-char_array.c

@ -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");

@ -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"

Loading…
Cancel
Save