summaryrefslogtreecommitdiff
path: root/attrib/att.c
diff options
context:
space:
mode:
authorAnderson Lizardo <anderson.lizardo@openbossa.org>2011-09-20 22:49:09 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2011-09-22 20:01:26 +0900
commitfef3e7c0025b955b7ef4d6ff68cd6aa921f4475a (patch)
tree2c93c553ebe72d150e95be516cd6885802367ca2 /attrib/att.c
parent220723b2a5cdc0131b4357f8d4930e798b99c7fd (diff)
downloadbluez-fef3e7c0025b955b7ef4d6ff68cd6aa921f4475a.tar.gz
Remove empty line before declaration
Diffstat (limited to 'attrib/att.c')
-rw-r--r--attrib/att.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/attrib/att.c b/attrib/att.c
index 1ce0f7bcd..1b95c4532 100644
--- a/attrib/att.c
+++ b/attrib/att.c
@@ -857,7 +857,6 @@ uint16_t enc_indication(struct attribute *a, uint8_t *pdu, int len)
struct attribute *dec_indication(const uint8_t *pdu, int len)
{
const uint16_t min_len = sizeof(pdu[0]) + sizeof(uint16_t);
-
struct attribute *a;
if (pdu == NULL)