diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-05 14:07:00 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-04-05 14:07:00 +0200 |
commit | 51f4c324d12d1135b6ec511dd5e1b2c1d44fea5b (patch) | |
tree | f052314c631f5b6ac83833f7ab7c2b968c8fc404 /virtiotest.c | |
parent | 99d3a99f0d448f0f08610f4dea65c9dac255624d (diff) | |
download | drminfo-51f4c324d12d1135b6ec511dd5e1b2c1d44fea5b.tar.gz |
misc
Diffstat (limited to 'virtiotest.c')
-rw-r--r-- | virtiotest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/virtiotest.c b/virtiotest.c index 03f046c..53ec77d 100644 --- a/virtiotest.c +++ b/virtiotest.c @@ -75,6 +75,7 @@ static void virtio_print_caps(void) printf(" %-12s: %d\n", virtio_caps[i].name, value); } } + fprintf(stdout, "\n"); } static void virtio_list_format(void) @@ -87,6 +88,7 @@ static void virtio_list_format(void) continue; drm_print_format(stdout, fmts + i, 0, false, true); } + fprintf(stdout, "\n"); } static void virtio_check(int cardno) |