summaryrefslogtreecommitdiff
path: root/src/cgroups-agent
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgroups-agent')
-rw-r--r--src/cgroups-agent/cgroups-agent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cgroups-agent/cgroups-agent.c b/src/cgroups-agent/cgroups-agent.c
index 975ccaae2..e72c5c1e0 100644
--- a/src/cgroups-agent/cgroups-agent.c
+++ b/src/cgroups-agent/cgroups-agent.c
@@ -63,7 +63,7 @@ int main(int argc, char *argv[]) {
/* If dbus isn't running or responding, there is nothing
* we can do about it. */
log_debug_errno(r, "Failed to open system bus: %m");
-#endif
+#endif // 0
return EXIT_FAILURE;
}
@@ -77,7 +77,7 @@ int main(int argc, char *argv[]) {
log_debug_errno(r, "Failed to send signal message on private connection: %m");
#else
log_debug_errno(r, "Failed to send signal message: %m");
-#endif
+#endif // 0
return EXIT_FAILURE;
}