summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iostat
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2007-05-14 18:04:07 +0000
committermaxim <maxim@FreeBSD.org>2007-05-14 18:04:07 +0000
commit1895dab4af9425cde984800297893366781fa5d5 (patch)
treef770cc7b52356e8558d268747c29ec2f738425a5 /usr.sbin/iostat
parent3b02a8ea6ac8f31836a4c8a2dae1e53e6b54c5ba (diff)
downloadFreeBSD-src-1895dab4af9425cde984800297893366781fa5d5.zip
FreeBSD-src-1895dab4af9425cde984800297893366781fa5d5.tar.gz
o Re-indent long lines.
Style(9) wisdom from: bde
Diffstat (limited to 'usr.sbin/iostat')
-rw-r--r--usr.sbin/iostat/iostat.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c
index 41176b0..b38c6dc 100644
--- a/usr.sbin/iostat/iostat.c
+++ b/usr.sbin/iostat/iostat.c
@@ -673,13 +673,13 @@ devstats(int perf_select, long double etime, int havelast)
printf(" cpu ");
printf("\n");
if (Iflag == 0)
- printf("%s%s%s%s%s%s%s%s",
- "device", " r/s", " w/s", " kr/s",
- " kw/s", " wait", " svc_t", " %b ");
+ printf(
+ "device r/s w/s kr/s kw/s wait svc_t %b "
+ );
else
- printf("%s%s%s%s%s%s%s%s",
- "device", " r/i", " w/i", " kr/i",
- " kw/i", " wait", " svc_t", " %b ");
+ printf(
+ "device r/i w/i kr/i kw/i wait svc_t %b "
+ );
if (Tflag > 0)
printf("tin tout ");
if (Cflag > 0)
OpenPOWER on IntegriCloud