]> git.sur5r.net Git - i3/i3/blobdiff - src/sd-daemon.c
Merge pull request #3557 from orestisf1993/regress-float-move
[i3/i3] / src / sd-daemon.c
index dc33b2e9a5e38e8841708724977f99a2c319dfe3..28a88bfd71600027fae1525a1e20418ace51097e 100644 (file)
@@ -413,8 +413,7 @@ int sd_booted(void) {
 
     struct stat a, b;
 
-    /* We simply test whether the systemd cgroup hierarchy is
-         * mounted */
+    /* We simply test whether the systemd cgroup hierarchy is mounted */
 
     if (lstat("/sys/fs/cgroup", &a) < 0)
         return 0;