From 6de2e1e1066afbe9cc748dd51c2b84b2e8be7b0d Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Fri, 31 Aug 2012 16:36:32 +0200 Subject: [PATCH] gatt: Fix whitespace in UUID definitions --- attrib/gatt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/attrib/gatt.h b/attrib/gatt.h index a15e92f1e..6bb6f0fd1 100644 --- a/attrib/gatt.h +++ b/attrib/gatt.h @@ -46,8 +46,8 @@ #define GATT_CHARAC_FMT_UUID 0x2904 #define GATT_CHARAC_AGREG_FMT_UUID 0x2905 #define GATT_CHARAC_VALID_RANGE_UUID 0x2906 -#define GATT_EXTERNAL_REPORT_REFERENCE 0x2907 -#define GATT_REPORT_REFERENCE 0x2908 +#define GATT_EXTERNAL_REPORT_REFERENCE 0x2907 +#define GATT_REPORT_REFERENCE 0x2908 /* Client Characteristic Configuration bit field */ #define GATT_CLIENT_CHARAC_CFG_NOTIF_BIT 0x0001 -- 2.47.3