commit | 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Sep 17 16:28:10 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Sep 17 16:28:10 2006 +0000 |
tree | 94c3c0678d1349497abe2db6004e9331e50f6d37 | |
parent | a6127aacef047ed7661722705b052811fbe7f467 [diff] [blame] |
whitespace cleanup
diff --git a/e2fsprogs/blkid/read.c b/e2fsprogs/blkid/read.c index e954c6d..624c907 100644 --- a/e2fsprogs/blkid/read.c +++ b/e2fsprogs/blkid/read.c
@@ -432,7 +432,7 @@ list_for_each(p, &dev->bid_tags) { blkid_tag tag = list_entry(p, struct blkid_struct_tag, bit_tags); if (tag) - printf(" tag: %s=\"%s\"\n", tag->bit_name, + printf(" tag: %s=\"%s\"\n", tag->bit_name, tag->bit_val); else printf(" tag: NULL\n");