All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sander Eikelenboom <linux@eikelenboom.it>
To: xen-devel@lists.xenproject.org
Cc: Sander Eikelenboom <linux@eikelenboom.it>,
	Ian Jackson <ian.jackson@eu.citrix.com>, Wei Liu <wl@xen.org>
Subject: [Xen-devel] [PATCH 3/3] tools/xentop: Cleanup some trailing whitespace
Date: Wed, 19 Feb 2020 21:31:32 +0100	[thread overview]
Message-ID: <4fd751d1a45632f9ed0a32b7fc7988343ad03f83.1582143896.git.linux@eikelenboom.it> (raw)
In-Reply-To: <cover.1582143896.git.linux@eikelenboom.it>

Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
---
 tools/xenstat/xentop/xentop.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/xenstat/xentop/xentop.c b/tools/xenstat/xentop/xentop.c
index bbb5d47b76..fdcfb3b396 100644
--- 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++) {
-- 
2.20.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  parent reply	other threads:[~2020-02-19 20:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-19 20:31 [Xen-devel] [PATCH 0/3] tools/xentop: Fix calculation of used memory and some cleanups Sander Eikelenboom
2020-02-19 20:31 ` [Xen-devel] [PATCH 1/3] tools/xentop: Fix calculation of used memory Sander Eikelenboom
2020-02-20  0:48   ` Wei Liu
2020-02-20  0:54     ` Wei Liu
2020-02-19 20:31 ` [Xen-devel] [PATCH 2/3] tools/xentop: Remove dead code Sander Eikelenboom
2020-02-20  0:51   ` Wei Liu
2020-02-20  0:56     ` Wei Liu
2020-02-19 20:31 ` Sander Eikelenboom [this message]
2020-02-20  0:51   ` [Xen-devel] [PATCH 3/3] tools/xentop: Cleanup some trailing whitespace Wei Liu
2020-02-20  0:53 ` [Xen-devel] [PATCH 0/3] tools/xentop: Fix calculation of used memory and some cleanups Wei Liu
2020-02-20 10:35   ` Sander Eikelenboom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4fd751d1a45632f9ed0a32b7fc7988343ad03f83.1582143896.git.linux@eikelenboom.it \
    --to=linux@eikelenboom.it \
    --cc=ian.jackson@eu.citrix.com \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.