projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
228bcca
)
tools/xentop: Cleanup some trailing whitespace
author
Sander Eikelenboom
<linux@eikelenboom.it>
Wed, 19 Feb 2020 20:31:32 +0000
(21:31 +0100)
committer
Wei 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
patch
|
blob
|
history
diff --git
a/tools/xenstat/xentop/xentop.c
b/tools/xenstat/xentop/xentop.c
index b70353e8493311d3e3e60b5564e2a17c497eb963..ebed070c0fa2c871915794d30b18906ad0daf36a 100644
(file)
--- a/
tools/xenstat/xentop/xentop.c
+++ b/
tools/xenstat/xentop/xentop.c
@@
-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++) {