commit | 60cb48ca50fcff24aa6c3927f51e4a508fa118f4 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 14 15:57:44 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 14 15:57:44 2013 +0100 |
tree | 493e30821f3d484b7395ce9d9e4be39ec9a43126 | |
parent | b8173b603f57dcf918a67f1ec00763ab5f4e1cf8 [diff] [blame] |
whitespace cleanup. no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/util-linux/volume_id/udf.c b/util-linux/volume_id/udf.c index cd63c8d..d3747fb 100644 --- a/util-linux/volume_id/udf.c +++ b/util-linux/volume_id/udf.c
@@ -109,7 +109,7 @@ return -1; dbg("vsd: %c%c%c%c%c", - vsd->id[0], vsd->id[1], vsd->id[2], vsd->id[3], vsd->id[4]); + vsd->id[0], vsd->id[1], vsd->id[2], vsd->id[3], vsd->id[4]); if (vsd->id[0] == '\0') return -1;