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

Commit 7b5a9d6

Browse files
committed
Fix whitespace
1 parent f1dadd3 commit 7b5a9d6

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

+2-2
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)