[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] libxl: suspend: trailing ws in libxl_save_msgs_gen.pl
commit d9cf3b4cc02e4ac635f7ec4480456420960bbb9a Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> AuthorDate: Tue Mar 11 11:31:32 2014 +0000 Commit: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> CommitDate: Mon Mar 17 15:53:59 2014 +0000 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> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- v3: New patch in v3 of the series. --- tools/libxl/libxl_save_msgs_gen.pl | 10 +++++----- 1 files 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)) { -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |