chiark / gitweb /
journal: completely rework the mmap cache as I too dumb to actually understand it
[elogind.git] / src / core / service.c
index 7c79dcdd148c8f1a1d7432c48b5a82d43906a2ce..8d315c1f7516a3bec166598e318b7ccf8ffef08f 100644 (file)
@@ -1829,7 +1829,6 @@ static int service_spawn(
         if (r < 0)
                 goto fail;
 
-
         if ((r = unit_watch_pid(UNIT(s), pid)) < 0)
                 /* FIXME: we need to do something here */
                 goto fail;