From c9861ea8a0d2cf90cb8f65f5f9f5024c0911d975 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 22 Oct 2020 10:16:36 -0700 Subject: [PATCH] lib: Fix using spaces to align BT_PKT_STATUS Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- lib/bluetooth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bluetooth.h b/lib/bluetooth.h index 7001c5e..3195e43 100755 --- a/lib/bluetooth.h +++ b/lib/bluetooth.h @@ -146,7 +146,7 @@ struct le_conn_param { #define BT_MODE_LE_FLOWCTL 0x03 #define BT_MODE_EXT_FLOWCTL 0x04 -#define BT_PKT_STATUS 16 +#define BT_PKT_STATUS 16 #define BT_SCM_PKT_STATUS 0x03 -- 2.7.4