chiark / gitweb /
core: properly pass unit file state to clients via the bus
[elogind.git] / src / shared / install.c
index 5bb33859832e4518a07027a12cd4d06915c07ed9..efbe61e874e5ca7fe0eb380647a16a27fba185ce 100644 (file)
@@ -538,7 +538,6 @@ static int find_symlinks_in_scope(
         assert(scope < _UNIT_FILE_SCOPE_MAX);
         assert(name);
 
-
         /* First look in runtime config path */
         r = get_config_path(scope, true, root_dir, &path);
         if (r < 0)