]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/rm-rf.c
tree-wide: drop space between variable and an increment/decrement
[thirdparty/systemd.git] / src / shared / rm-rf.c
index 4664215e906204123587d7b3b63e0b0f78aa5861..767db48cc0d7a4c4e1c348129d6493c7e01c71f9 100644 (file)
@@ -326,7 +326,7 @@ static int rm_rf_children_impl(
                         dirname = mfree(dirname);
 
                         /* And now let's back out one level up */
-                        n_todo --;
+                        n_todo--;
                         d = TAKE_PTR(todos[n_todo].dir);
                         dirname = TAKE_PTR(todos[n_todo].dirname);
                         old_mode = todos[n_todo].old_mode;