Diff between 2b25bd01292084e93d61936a54955aee3d3fbfbf and ff189f01da8dd4d6f824002eddf0f4fd4d5ed1b1

Changed Files

File Additions Deletions Status
src/shared/att-types.h +1 -1 modified

Full Patch

diff --git a/src/shared/att-types.h b/src/shared/att-types.h
index 97c12ff..aa7f0da 100644
--- a/src/shared/att-types.h
+++ b/src/shared/att-types.h
@@ -32,7 +32,7 @@
 #define BT_ATT_MAX_VALUE_LEN	512
 
 /* ATT protocol opcodes */
-#define BT_ATT_OP_ERROR_RSP	      		0x01
+#define BT_ATT_OP_ERROR_RSP			0x01
 #define BT_ATT_OP_MTU_REQ			0x02
 #define BT_ATT_OP_MTU_RSP			0x03
 #define BT_ATT_OP_FIND_INFO_REQ			0x04