X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=CodingStyle;fp=CodingStyle;h=1d8bd9b43130847893e65ce09c533a89f282ca93;hb=1d4db3f2f3786b8c1908b70af031b88c155afd88;hp=8833180d6979837fdf652ad3fbbd995253b924f0;hpb=6fbe385eb051aebc429b56c73a565212ac4adb4f;p=lttng-tools.git 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! :)