Coding style fixes, mostly indentation and whitespace
This commit is contained in:
parent
8a0d117d45
commit
373651359e
47 changed files with 131 additions and 130 deletions
|
@ -288,7 +288,7 @@ xdcolhdr(struct xdstr *xd, struct castr ca[])
|
|||
n = ca[i].ca_type != NSC_STRINGY ? ca[i].ca_len : 0;
|
||||
if (n) {
|
||||
for (j = 0; j < n; j++) {
|
||||
xd->pr("%s%s(%d)",sep, ca[i].ca_name, j);
|
||||
xd->pr("%s%s(%d)", sep, ca[i].ca_name, j);
|
||||
sep = " ";
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue