]> xenbits.xensource.com Git - people/dwmw2/xen.git/commitdiff
tools/xentop: Cleanup some trailing whitespace
authorSander Eikelenboom <linux@eikelenboom.it>
Wed, 19 Feb 2020 20:31:32 +0000 (21:31 +0100)
committerWei Liu <wl@xen.org>
Thu, 20 Feb 2020 12:03:21 +0000 (12:03 +0000)
Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
Acked-by: Wei Liu <wl@xen.org>
tools/xenstat/xentop/xentop.c

index b70353e8493311d3e3e60b5564e2a17c497eb963..ebed070c0fa2c871915794d30b18906ad0daf36a 100644 (file)
@@ -1015,7 +1015,7 @@ void do_bottom_line(void)
                addch(A_REVERSE | 'N');
                attr_addstr(show_networks ? COLOR_PAIR(1) : 0, "etworks");
                addstr("  ");
-               
+
                /* VBDs */
                attr_addstr(show_vbds ? COLOR_PAIR(1) : 0, "v");
                addch(A_REVERSE | 'B');
@@ -1123,7 +1123,7 @@ void do_vbd(xenstat_domain *domain)
                "BlkBack",           /* number 1 */
                "BlkTap",            /* number 2 */
        };
-       
+
        num_vbds = xenstat_domain_num_vbds(domain);
 
        for (i=0 ; i< num_vbds; i++) {