This option controls whether a space should follow semicolons inside the header of a for statement.
for (int i = 0; i < 10; i++) {}
for (int i = 0;i < 10;i++) {}