diff options
author | Toomas Soome <tsoome@me.com> | 2017-02-16 08:42:55 +0200 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2017-06-11 12:40:19 -0400 |
commit | f55f1fcb216cf1d45157402e5acbdd70e6fb23f4 (patch) | |
tree | 35888d72e29d9ae9c1383aeccffb53cbb8c4b3eb /usr/src/cmd | |
parent | a4771893ade3c706ccf9e2b441c8fb5d405be3a1 (diff) | |
download | illumos-joyent-f55f1fcb216cf1d45157402e5acbdd70e6fb23f4.tar.gz |
8314 tbl: misleading-indentation
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/cmd')
-rw-r--r-- | usr/src/cmd/tbl/t7.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/cmd/tbl/t7.c b/usr/src/cmd/tbl/t7.c index 337e1f7098..5cdd9fc316 100644 --- a/usr/src/cmd/tbl/t7.c +++ b/usr/src/cmd/tbl/t7.c @@ -12,8 +12,6 @@ * specifies the terms and conditions for redistribution. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* t7.c: control to write table entries */ # include "t..c" # define realsplit ((ct=='a'||ct=='n') && table[ldata][c].rcol) @@ -67,8 +65,8 @@ for(c=0; c<ncol; c++) case 'c': case 'l': case 'r': - if (realsplit? rused[c]: (used[c]+lused[c])) - fprintf(tabout, "\\n(%du ",c+CRIGHT); + if (realsplit? rused[c]: (used[c]+lused[c])) + fprintf(tabout, "\\n(%du ",c+CRIGHT); continue; case 's': if (lspan(lform, c)) |