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

Commit7b5a9d6

Browse files
committed
Fix whitespace
1 parentf1dadd3 commit7b5a9d6

File tree

1 file changed

+2
-2
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+2
-2
lines changed

‎src/interfaces/ecpg/preproc/type.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ ECPGdump_a_simple(FILE *o, const char *name, enum ECPGttype type,
520520
sprintf(offset,"sizeof(%s)",ecpg_type_name(type));
521521
break;
522522
}
523-
523+
524524
/*
525525
* Array size would be -1 for addresses of members within structure,
526526
* when pointer to structure is being dumped.
@@ -530,7 +530,7 @@ ECPGdump_a_simple(FILE *o, const char *name, enum ECPGttype type,
530530

531531
/*
532532
* If siz i.e. the size of structure of which this variable is part of,
533-
* that gives the offset to the next element, if required
533+
* that gives the offset to the next element, if required
534534
*/
535535
if (siz==NULL||strlen(siz)==0)
536536
fprintf(o,"\n\t%s,%s,(long)%s,(long)%s,%s, ",get_type(type),variable,varcharsize,arrsize,offset);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp