Moved else-statement to same line as previous closing curly bracket.

parent 3cbff985
...@@ -5,8 +5,7 @@ function A(x) { ...@@ -5,8 +5,7 @@ function A(x) {
if( y > 1000 ) { // 3 if( y > 1000 ) { // 3
return x; // 7 return x; // 7
} }
} } else {
else {
y++; // 4 y++; // 4
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment