tree-wide: fix indentation

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2015-09-02 20:46:22 +02:00
parent c069f47779
commit b3c5bad3d6
2 changed files with 2 additions and 2 deletions

View File

@ -1913,7 +1913,7 @@ int cg_attach_many_everywhere(CGroupMask supported, const char *path, Set* pids,
}
int cg_migrate_everywhere(CGroupMask supported, const char *from, const char *to, cg_migrate_callback_t to_callback, void *userdata) {
CGroupController c;
CGroupController c;
int r, unified;
if (!path_equal(from, to)) {

View File

@ -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;