]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix indentation
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 21 Jun 2020 19:05:10 +0000 (21:05 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 22 Jun 2020 13:13:37 +0000 (15:13 +0200)
src/conf.c

index 72da237faad716d812bf8db79a1df82ba2626c4c..517d84083c5d8a6591b6d6771d709a7362562246 100644 (file)
@@ -361,8 +361,8 @@ conf_set_value_in_file(const char *conf_path, const char *key,
                free(path);
                return false;
        }
-               free(outpath);
-               free(path);
+       free(outpath);
+       free(path);
 
        return true;
 }