[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xenpmd.c: Remove hard tab
commit 419cd07895891c6642f29085aee07be72413f08c Author: Ian Jackson <iwj@xxxxxxxxxxxxxx> AuthorDate: Mon Feb 1 15:18:36 2021 +0000 Commit: Ian Jackson <iwj@xxxxxxxxxxxxxx> CommitDate: Mon Feb 1 15:18:36 2021 +0000 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 <iwj@xxxxxxxxxxxxxx> --- tools/xenpmd/xenpmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |