]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
blockdev: remove accidental non-breaking spaces
authorChris Hofstaedtler <zeha@debian.org>
Mon, 18 Oct 2021 07:40:01 +0000 (07:40 +0000)
committerKarel Zak <kzak@redhat.com>
Mon, 18 Oct 2021 11:11:42 +0000 (13:11 +0200)
commit 9147d2ad8abb73cea5799323fc73ccdaf675826f introduced these
C2A0 spaces, but without saying anything. Likely this was an
accident.

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996751
Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
disk-utils/blockdev.c

index c16cb10954cb4229a4db8848cf15402d8a00d217..6721560f66747d8af80c57d174da0b986ede1fca 100644 (file)
@@ -491,7 +491,7 @@ static void report_device(char *device, int quiet)
            ioctl(fd, BLKSSZGET, &ssz) == 0 &&
            ioctl(fd, BLKBSZGET, &bsz) == 0 &&
            blkdev_get_size(fd, &bytes) == 0) {
-               printf("%s %5ld %5d %5d %s %15lld   %s\n",
+               printf("%s %5ld %5d %5d %s %15lld   %s\n",
                        ro ? "ro" : "rw", ra, ssz, bsz, start_str, bytes, device);
        } else {
                if (!quiet)