Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fdb7894

Browse files
committed
Fix whitespace
1 parent 5c4920b commit fdb7894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/interfaces/ecpg/test/compat_oracle/char_array.pgc

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ int main() {
5151
printf("\"%s\": \"%s\" %d\n", bigstr, shortstr, shstr_ind);
5252
}
5353

54-
EXEC SQL CLOSE C;
54+
EXEC SQL CLOSE C;
5555
EXEC SQL DROP TABLE strdbase;
5656

5757
printf("\nGOOD-BYE!!\n\n");

src/interfaces/ecpg/test/expected/compat_oracle-char_array.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ if (sqlca.sqlwarn[0] == 'W') warn ( );
186186

187187
if (sqlca.sqlcode < 0) sqlprint();}
188188
#line 54 "char_array.pgc"
189-
189+
190190
{ ECPGdo(__LINE__, 3, 1, NULL, 0, ECPGst_normal, "drop table strdbase", ECPGt_EOIT, ECPGt_EORT);
191191
#line 55 "char_array.pgc"
192192

0 commit comments

Comments
 (0)