Skip to content

Commit 4c3277f

Browse files
authored
Merge pull request #35 from unseenmachines/master
Add some whitespace for better legibility
2 parents 64c74e3 + 0e9a377 commit 4c3277f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ <h3 id="the-importance-of-c"><a href="#the-importance-of-c">3.3</a> The Importan
10561056

10571057
void squares(int v)
10581058
{
1059-
for (int i=1;i&lt;v+1;i++) {
1059+
for (int i = 1; i &lt; v+1; i++) {
10601060
printf("%d ", i*i);
10611061
}
10621062
printf("\n");

0 commit comments

Comments
 (0)