Diff between 220723b2a5cdc0131b4357f8d4930e798b99c7fd and fef3e7c0025b955b7ef4d6ff68cd6aa921f4475a

Changed Files

File Additions Deletions Status
attrib/att.c +0 -1 modified

Full Patch

diff --git a/attrib/att.c b/attrib/att.c
index 1ce0f7b..1b95c45 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)