[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH 11/22] libxl: suspend: trailing ws in libxl_save_msgs_gen.pl



libxl_save_msgs_gen.pl has some trailing whitespace.  This can make
git complain annoyingly.  Remove the trailing whitespace.

(The file also contains tabs.  Leave these as they are to avoid a big
and intrusive diff.)

No functional change.

Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>

---
v3: New patch in v3 of the series.
---
 tools/libxl/libxl_save_msgs_gen.pl |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tools/libxl/libxl_save_msgs_gen.pl 
b/tools/libxl/libxl_save_msgs_gen.pl
index ee126c7..0dbafca 100755
--- a/tools/libxl/libxl_save_msgs_gen.pl
+++ b/tools/libxl/libxl_save_msgs_gen.pl
@@ -23,9 +23,9 @@ our @msgs = (
                                                  STRING doing_what),
                                                 'unsigned long', 'done',
                                                 'unsigned long', 'total'] ],
-    [  3, 'scxW',   "suspend", [] ],         
-    [  4, 'scxW',   "postcopy", [] ],        
-    [  5, 'scxA',   "checkpoint", [] ],      
+    [  3, 'scxW',   "suspend", [] ],
+    [  4, 'scxW',   "postcopy", [] ],
+    [  5, 'scxA',   "checkpoint", [] ],
     [  6, 'scxA',   "switch_qemu_logdirty",  [qw(int domid
                                               unsigned enable)] ],
     #                toolstack_save          done entirely `by hand'
@@ -199,7 +199,7 @@ static void BLOCK_put(unsigned char *const buf,
     uint32_t_put(buf, len, size);
     bytes_put(buf, len, bytes, size);
 }
-    
+
 static void STRING_put(unsigned char *const buf,
                       int *len,
                       const char *string)
@@ -209,7 +209,7 @@ static void STRING_put(unsigned char *const buf,
     assert(slen < (uint32_t)0x40000000);
     BLOCK_put(buf, len, (const void*)string, slen+1);
 }
-    
+
 END
 
 foreach my $sr (qw(save restore)) {
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.