]> xenbits.xensource.com Git - xen.git/commitdiff
xenpmd.c: Remove hard tab
authorIan Jackson <iwj@xenproject.org>
Mon, 1 Feb 2021 15:18:36 +0000 (15:18 +0000)
committerIan Jackson <iwj@xenproject.org>
Mon, 1 Feb 2021 15:18:36 +0000 (15:18 +0000)
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@xenproject.org>
tools/xenpmd/xenpmd.c

index 8e783181e11a1ba7d38a2314b45eee695789771b..15e6169c449de77517de2cb67c21a5c5c4cd4851 100644 (file)
@@ -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;