X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=CodingStyle;h=1d8bd9b43130847893e65ce09c533a89f282ca93;hb=f806e39dc8906f2b911ce145f5037794ef41f26b;hp=8833180d6979837fdf652ad3fbbd995253b924f0;hpb=cb1ce0aaeb00a6ba0f5bfba34157b8b3fe5de137;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! :)