summaryrefslogtreecommitdiff
path: root/src/core/cgroup.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-09-02 20:46:22 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-09-02 20:46:42 +0200
commitb3c5bad3d6b71c11fe107699ee7b5d1aee112ad1 (patch)
tree7b5226271272c00c9d1b1aab17332328fe47c7c9 /src/core/cgroup.c
parentc069f477792bf78385ebdcaf1dc37ae57e0e8c88 (diff)
tree-wide: fix indentation
Diffstat (limited to 'src/core/cgroup.c')
-rw-r--r--src/core/cgroup.c2
1 files changed, 1 insertions, 1 deletions
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;