From: Ian Jackson Date: Mon, 1 Feb 2021 15:18:36 +0000 (+0000) Subject: xenpmd.c: Remove hard tab X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~959 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=419cd07895891c6642f29085aee07be72413f08c;p=xen.git xenpmd.c: Remove hard tab bbed98e7cedc "xenpmd.c: use dynamic allocation" had a hard tab. I thought we had fixed that and I thought I had checked. Remove it now. Signed-off-by: Ian Jackson --- diff --git a/tools/xenpmd/xenpmd.c b/tools/xenpmd/xenpmd.c index 8e783181e1..15e6169c44 100644 --- a/tools/xenpmd/xenpmd.c +++ b/tools/xenpmd/xenpmd.c @@ -122,7 +122,7 @@ FILE *get_next_battery_file(DIR *battery_dir, if (ret < 0) continue; file = fopen(file_name, "r"); - free(file_name); + free(file_name); } while ( !file ); return file;