X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=CodingStyle;h=6ff931b150cc920ded9e7ba6807059a8fa814922;hp=180d097994a450e512d9ec218fc22c7fe8f67c0d;hb=HEAD;hpb=0c8a2a56138dc1e31e7cfa359cfc00f89f331fb7 diff --git a/CodingStyle b/CodingStyle deleted file mode 100644 index 180d09799..000000000 --- a/CodingStyle +++ /dev/null @@ -1,11 +0,0 @@ -LTTng-Tools Coding Style - -The coding style used for this project follows the the Linux kernel -guide lines, except that brackets "{", "}" should typically be used even -for single-line if/else statements. Please refer to: - -- Linux kernel Documentation/CodingStyle document for details, -- Linux kernel scripts/checkpatch.pl for a script which verify the patch - coding style. - -Mathieu Desnoyers, May 30, 2012