chiark / gitweb /
core: do not add dependencies to self
[elogind.git] / src / core / load-dropin.c
index 21c991526c7fdb804c3427e18eb7c6574cf01765..ffc68b4d737fdaa269e1e5f7ea05ea25184b7b95 100644 (file)
@@ -181,7 +181,7 @@ int unit_load_dropin(Unit *u) {
         }
 
         u->dropin_paths = unit_find_dropin_paths(u);
-        if (! u->dropin_paths)
+        if (!u->dropin_paths)
                 return 0;
 
         STRV_FOREACH(f, u->dropin_paths) {