summaryrefslogtreecommitdiff
path: root/usr/src/cmd/oawk
diff options
context:
space:
mode:
authorrobbin <none@none>2005-10-21 10:38:49 -0700
committerrobbin <none@none>2005-10-21 10:38:49 -0700
commit45effca3dd1ba645d6bd3955c8ecd0c7bb85298a (patch)
tree19ca27f4de2dcb183c6310d26b5375c545a492ce /usr/src/cmd/oawk
parentdc5a8425272d2602e4c21b95b9eeac2b897f45a1 (diff)
downloadillumos-joyent-45effca3dd1ba645d6bd3955c8ecd0c7bb85298a.tar.gz
6272066 gcc and cmd/oawk don't get along (fix cstyle)
Diffstat (limited to 'usr/src/cmd/oawk')
-rw-r--r--usr/src/cmd/oawk/b.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/oawk/b.c b/usr/src/cmd/oawk/b.c
index 298f630a96..f383f0dcd8 100644
--- a/usr/src/cmd/oawk/b.c
+++ b/usr/src/cmd/oawk/b.c
@@ -1083,8 +1083,7 @@ dump_table(ccl_chars_t *table, int size)
printf("Duming table %o with size %d\n", table, size);
size++; /* To watch out NULL */
- for (i = 0; i < size; i++, table++)
- {
+ for (i = 0; i < size; i++, table++) {
printf("{%3o, %3o}, ", table->cc_cs, table->cc_ce);
}
printf("\n");