diff mbox series

[Xen-devel,1/2] CODING_STYLE: removing trailing whitespaces

Message ID 20170704121214.32145-1-julien.grall@arm.com
State Accepted
Commit e9446a64af30a8931db9ca063e6b5e3b5073228c
Headers show
Series [Xen-devel,1/2] CODING_STYLE: removing trailing whitespaces | expand

Commit Message

Julien Grall July 4, 2017, 12:12 p.m. UTC
Signed-off-by: Julien Grall <julien.grall@arm.com>
---
 CODING_STYLE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Wei Liu July 4, 2017, 2:13 p.m. UTC | #1
On Tue, Jul 04, 2017 at 01:12:13PM +0100, Julien Grall wrote:
> Signed-off-by: Julien Grall <julien.grall@arm.com>

Applied this patch.
diff mbox series

Patch

diff --git a/CODING_STYLE b/CODING_STYLE
index 4c3b53a754..6cc5b774cf 100644
--- a/CODING_STYLE
+++ b/CODING_STYLE
@@ -4,11 +4,11 @@  Coding Style for the Xen Hypervisor
 The Xen coding style described below is the coding style used by the
 Xen hypervisor itself (xen/*) as well as various associated low-level
 libraries (e.g. tools/libxc/*).
-        
+
 An exception is made for files which are imported from an external
 source. In these cases the prevailing coding style of the upstream
 source is generally used (commonly the Linux coding style).
-        
+
 Other parts of the code base may use other coding styles, sometimes
 explicitly (e.g. tools/libxl/CODING_STYLE) but often implicitly (Linux
 coding style is fairly common). In general you should copy the style