Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfdb7894

Browse files
committed
Fix whitespace
1 parent5c4920b commitfdb7894

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp