contrib/lvm2: Remove unnecessary space at the end of line
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 18 Nov 2015 12:04:47 +0000 (21:04 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 19 Nov 2015 12:10:09 +0000 (21:10 +0900)
commit300c4de4a1b8efddbb8c825a33cc38d33c91bd81
tree946c36fdde8c0c8beb854b07315dc4f9382102f0
parent0ca59c3431dcb07cc5de00e279c574459aa3bc34
contrib/lvm2: Remove unnecessary space at the end of line

Having " %s" at the end of printf format prints unnecessary
space at the end of line when dm targets have nothing to print
for dmsetup status/table.

If dm targets don't implement status/table, use printf format
without " %s", since those targets only initialize the string
with "".

(This fix doesn't exist in upstream lvm2)
contrib/lvm2/dist/tools/dmsetup.c