summaryrefslogtreecommitdiff
path: root/doc/coding-style.txt
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-09-05 11:45:47 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-09-05 11:45:47 +0300
commit7678df16029dd0852c4d539cdc7206729029f4c1 (patch)
treea91aa5827a53ad82a91259f74293bce57985cc0c /doc/coding-style.txt
parentcd736fa1b5a837c31f053194be9277c80d60db8b (diff)
downloadbluez-7678df16029dd0852c4d539cdc7206729029f4c1.tar.gz
doc/coding-style: Minor formatting fix
Diffstat (limited to 'doc/coding-style.txt')
-rw-r--r--doc/coding-style.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/coding-style.txt b/doc/coding-style.txt
index 2ec98ee6e..50b267941 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
=======================================