STYLE: add missing semi colon
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
cdc9d40f4a
commit
1c50a5375e
2
STYLE
2
STYLE
|
@ -3,7 +3,7 @@ following guidelines.
|
||||||
|
|
||||||
Imitate the existing code style. For concrete rules:
|
Imitate the existing code style. For concrete rules:
|
||||||
|
|
||||||
- Use 4 spaces indentation, do not use tabulator characters
|
- Use 4 spaces indentation, do not use tabulator characters;
|
||||||
|
|
||||||
- Place braces alone on new lines, and do not place braces for single
|
- Place braces alone on new lines, and do not place braces for single
|
||||||
line statement where it is not needed, i.e no:
|
line statement where it is not needed, i.e no:
|
||||||
|
|
Loading…
Reference in New Issue