| ... | @@ -9,4 +9,5 @@ void foo() |
... | @@ -9,4 +9,5 @@ void foo() |
|
|
}
|
|
}
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
- Use spaces and not tabs. |
|
- Use spaces and not tabs.
|
|
\ No newline at end of file |
|
- Put a space between a function name and the arguments `foo (a, b)` |
|
|
|
\ No newline at end of file |