STYLE: add missing semi colon

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-11-12 14:27:23 +01:00
parent cdc9d40f4a
commit 1c50a5375e

2
STYLE
View file

@ -3,7 +3,7 @@ following guidelines.
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
line statement where it is not needed, i.e no: