From 1c50a5375ed684f6d720c3732c744d7b5f91c5f7 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 12 Nov 2008 14:27:23 +0100 Subject: [PATCH] STYLE: add missing semi colon Signed-off-by: Julien Danjou --- STYLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLE b/STYLE index 2230c2d8d..00aba68a3 100644 --- a/STYLE +++ b/STYLE @@ -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: