summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-06-21 21:05:10 +0200
committerJoel Rosdahl <joel@rosdahl.net>2020-06-22 15:13:37 +0200
commita1bb56214a7eb628b3a8a1b7fcab782272b10bd1 (patch)
tree8bc343f1f1e9c2583b4a149ddc524166ca7bda97
parent5b0f12c4b897fedf62eefea179318fbce9e74e9d (diff)
downloadccache-a1bb56214a7eb628b3a8a1b7fcab782272b10bd1.tar.gz
Fix indentation
-rw-r--r--src/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf.c b/src/conf.c
index 72da237f..517d8408 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -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;
}