]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shutdown/detach-dm.c
tree-wide: drop space between variable and an increment/decrement
[thirdparty/systemd.git] / src / shutdown / detach-dm.c
index 8b8f72d678b1ac26fbbccdaad5140f7dcdeb14b6..f6f672c75ad5f2e99a64cd749c4f67d617cf2e9c 100644 (file)
@@ -132,7 +132,7 @@ static int dm_points_list_detach(DeviceMapper **head, bool *changed, bool last_t
                 if ((major(rootdev) != 0 && rootdev == m->devnum) ||
                     (major(usrdev) != 0 && usrdev == m->devnum)) {
                         log_debug("Not detaching DM %s that backs the OS itself, skipping.", m->path);
-                        n_failed ++;
+                        n_failed++;
                         continue;
                 }