From: Ian Jackson Date: Tue, 11 Mar 2014 11:31:32 +0000 (+0000) Subject: libxl: suspend: trailing ws in libxl_save_msgs_gen.pl X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5415 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d9cf3b4cc02e4ac635f7ec4480456420960bbb9a;p=xen.git 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 Acked-by: Ian Campbell --- v3: New patch in v3 of the series. --- diff --git a/tools/libxl/libxl_save_msgs_gen.pl b/tools/libxl/libxl_save_msgs_gen.pl index ee126c786a..0dbafcae61 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)) {