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

Commit1320077

Browse files
committed
Fix whitespace
1 parent246693e commit1320077

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/interfaces/ecpg/ecpglib/execute.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,7 @@ ecpg_store_input(const int lineno, const bool force_indicator, const struct vari
753753
strcpy(mallocedval,"{");
754754

755755
for (element=0;element<asize;element++)
756-
sprintf(mallocedval+strlen(mallocedval),"%c,", (((bool*)var->value)[element]) ?'t' :'f');
757-
756+
sprintf(mallocedval+strlen(mallocedval),"%c,", (((bool*)var->value)[element]) ?'t' :'f');
758757

759758
strcpy(mallocedval+strlen(mallocedval)-1,"}");
760759
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp