]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-path.c
tree-wide: minor formatting inconsistency cleanups
[thirdparty/systemd.git] / src / test / test-path.c
index 7a3b145414900b6740417c2a4a67d24b1fbe5a33..1e704a03dc1d8b4f1a5a1d77afdd898ad6ed0bba 100644 (file)
@@ -93,7 +93,7 @@ static void check_stop_unlink(Manager *m, Unit *unit, const char *test_path, con
 
         ts = now(CLOCK_MONOTONIC);
         /* We process events until the service related to the path has been successfully started */
-        while(service->result != SERVICE_SUCCESS || service->state != SERVICE_START) {
+        while (service->result != SERVICE_SUCCESS || service->state != SERVICE_START) {
                 usec_t n;
                 int r;