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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy