]> sourceware.org Git - dm.git/commitdiff
fix a newline
authorAlasdair Kergon <agk@redhat.com>
Sat, 3 Jul 2004 18:15:14 +0000 (18:15 +0000)
committerAlasdair Kergon <agk@redhat.com>
Sat, 3 Jul 2004 18:15:14 +0000 (18:15 +0000)
dmsetup/dmsetup.c

index 3ea71f41f1ca5addae85b42dc4eef6fbffc9a3bb..e5642678c5ae880c76824e11bb11d4a7c0db0cf3 100644 (file)
@@ -505,9 +505,10 @@ static int _status(int argc, char **argv, void *data)
                if (data && !_switches[VERBOSE_ARG])
                        printf("%s: ", name);
                if (target_type) {
-                       printf("%" PRIu64 " %" PRIu64 " %s %s\n",
+                       printf("%" PRIu64 " %" PRIu64 " %s %s",
                               start, length, target_type, params);
                }
+               printf("\n");
        } while (next);
 
        if (data && _switches[VERBOSE_ARG])
This page took 0.031774 seconds and 5 git commands to generate.