From b3c5bad3d6b71c11fe107699ee7b5d1aee112ad1 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Wed, 2 Sep 2015 20:46:22 +0200 Subject: tree-wide: fix indentation --- src/core/cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/cgroup.c') diff --git a/src/core/cgroup.c b/src/core/cgroup.c index a70b4d33ae..1e78f871c7 100644 --- a/src/core/cgroup.c +++ b/src/core/cgroup.c @@ -1076,7 +1076,7 @@ int unit_search_main_pid(Unit *u, pid_t *ret) { } static int unit_watch_pids_in_path(Unit *u, const char *path) { - _cleanup_closedir_ DIR *d = NULL; + _cleanup_closedir_ DIR *d = NULL; _cleanup_fclose_ FILE *f = NULL; int ret = 0, r; -- cgit v1.2.3-54-g00ecf