From 237297621e743635de1d8b3fab7745e46547520c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 19 May 2016 11:57:43 -0400 Subject: [PATCH 1/1] Fix: coding style document has erroneous semicolon at end of macro MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau --- CodingStyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodingStyle b/CodingStyle index 8833180d6..1d8bd9b43 100644 --- a/CodingStyle +++ b/CodingStyle @@ -36,7 +36,7 @@ Use space to indent the '\' at the end but tabs at the beginning. #define a_macro(x) \ do { \ fsync(); \ - } while (0); \ + } while (0) It's really the only time we use spaces. For everything else, there is TABS! :) -- 2.34.1