Diff between cd736fa1b5a837c31f053194be9277c80d60db8b and 7678df16029dd0852c4d539cdc7206729029f4c1
Changed Files
| File | Additions | Deletions | Status |
| doc/coding-style.txt | +0 | -1 | modified |
Full Patch
diff --git a/doc/coding-style.txt b/doc/coding-style.txt
index 2ec98ee..50b2679 100644
--- a/doc/coding-style.txt
+++ b/doc/coding-style.txt
@@ -208,7 +208,6 @@ However if the enum comes from an external header file outside BlueZ, such as
Android headers, we cannot make any assumption of how the enum is defined and
this rule might not apply.
-
M11: Always use parenthesis with sizeof
=======================================