From: Olaf Hering Date: Mon, 11 Jan 2021 17:42:17 +0000 (+0100) Subject: tools: remove tabs from code produced by libxl_save_msgs_gen.pl X-Git-Tag: 4.15.0-rc1~65 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f18309eb06efd1db5a2ab9903a1c246b6299951a;p=xen.git tools: remove tabs from code produced by libxl_save_msgs_gen.pl Signed-off-by: Olaf Hering Release-Acked-by: Ian Jackson Acked-by: Ian Jackson --- diff --git a/tools/libs/light/libxl_save_msgs_gen.pl b/tools/libs/light/libxl_save_msgs_gen.pl index 5bfbd4fd10..9d425b1dee 100755 --- a/tools/libs/light/libxl_save_msgs_gen.pl +++ b/tools/libs/light/libxl_save_msgs_gen.pl @@ -120,8 +120,8 @@ sub typeid ($) { my ($t) = @_; $t =~ s/\W/_/; return $t; }; $out_body{'callout'} .= <($c_recv); $c_decl .= "void *user)";