From fef3e7c0025b955b7ef4d6ff68cd6aa921f4475a Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Tue, 20 Sep 2011 22:49:09 -0400 Subject: [PATCH] Remove empty line before declaration --- attrib/att.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.47.3