summaryrefslogtreecommitdiffstats
path: root/super-ddf.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-03-09 13:55:13 +1100
committerNeilBrown <neilb@suse.de>2009-03-09 13:55:13 +1100
commitcfccea8c1723845cfc40fa7b91cbc39d7196fcea (patch)
tree3a924177d812d64498e9aef2aceefd07101d5a1f /super-ddf.c
parentb640a252ee4d0c7be9ab31d9300aec00571b6238 (diff)
downloadmdadm-cfccea8c1723845cfc40fa7b91cbc39d7196fcea.tar.gz
mdadm-cfccea8c1723845cfc40fa7b91cbc39d7196fcea.tar.xz
mdadm-cfccea8c1723845cfc40fa7b91cbc39d7196fcea.zip
DDF: minor formatting improvement
avoid long lines in --examine output
Diffstat (limited to 'super-ddf.c')
-rw-r--r--super-ddf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/super-ddf.c b/super-ddf.c
index b021801..ad9b22d 100644
--- a/super-ddf.c
+++ b/super-ddf.c
@@ -1000,7 +1000,7 @@ static void print_guid(char *guid, int tstamp)
printf("%02X", guid[i]&255);
}
- printf(" (");
+ printf("\n (");
while (l && guid[l-1] == ' ')
l--;
for (i=0 ; i<l ; i++) {