From ce262d243f89f4d063a810f2c7f25b602fce73ff Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Fri, 11 Dec 2015 19:41:21 +0100 Subject: [PATCH] Updated Coding style (markdown) --- Coding-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Coding-style.md b/Coding-style.md index b561492..a6479fd 100644 --- a/Coding-style.md +++ b/Coding-style.md @@ -94,7 +94,7 @@ private: int class_member_; }; ``` -* Operators: around all binary operators there always should be one space. +* Operators: around all binary operators there always should be spaces. ``` int x = 5; x = x * 5 / 5;