]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/firstboot/firstboot.c
tree-wide: drop space between variable and an increment/decrement
[thirdparty/systemd.git] / src / firstboot / firstboot.c
index 5dd7bdb1e7ac0caa5e71dd80fc7ed42966a8b479..0e92c56e802c63986351abb485cad0a67083b046 100644 (file)
@@ -166,7 +166,7 @@ static int show_menu(char **x, unsigned n_columns, unsigned width, unsigned perc
 
         for (i = 0; i < per_column; i++) {
 
-                for (j = 0; j < n_columns; j ++) {
+                for (j = 0; j < n_columns; j++) {
                         _cleanup_free_ char *e = NULL;
 
                         if (j * per_column + i >= n)