Fix indentation to make scoping clearer.
Compiler warns that indentation makes the scope of the for loop unclear. Indent the code to make it clear.
Loading
Please register or sign in to comment
Compiler warns that indentation makes the scope of the for loop unclear. Indent the code to make it clear.