Commit fdb78948 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix whitespace

parent 5c4920be
...@@ -51,7 +51,7 @@ int main() { ...@@ -51,7 +51,7 @@ int main() {
printf("\"%s\": \"%s\" %d\n", bigstr, shortstr, shstr_ind); printf("\"%s\": \"%s\" %d\n", bigstr, shortstr, shstr_ind);
} }
EXEC SQL CLOSE C; EXEC SQL CLOSE C;
EXEC SQL DROP TABLE strdbase; EXEC SQL DROP TABLE strdbase;
printf("\nGOOD-BYE!!\n\n"); printf("\nGOOD-BYE!!\n\n");
......
...@@ -186,7 +186,7 @@ if (sqlca.sqlwarn[0] == 'W') warn ( ); ...@@ -186,7 +186,7 @@ if (sqlca.sqlwarn[0] == 'W') warn ( );
if (sqlca.sqlcode < 0) sqlprint();} if (sqlca.sqlcode < 0) sqlprint();}
#line 54 "char_array.pgc" #line 54 "char_array.pgc"
{ ECPGdo(__LINE__, 3, 1, NULL, 0, ECPGst_normal, "drop table strdbase", ECPGt_EOIT, ECPGt_EORT); { ECPGdo(__LINE__, 3, 1, NULL, 0, ECPGst_normal, "drop table strdbase", ECPGt_EOIT, ECPGt_EORT);
#line 55 "char_array.pgc" #line 55 "char_array.pgc"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment