Fix the coding style errors 95/188995/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 12 Sep 2018 09:20:24 +0000 (18:20 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 12 Sep 2018 09:20:24 +0000 (18:20 +0900)
Change-Id: If26907f850ab41859ba48b294af470c35ee9f14f
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-service-adaptation/services/adapter/bt-service-core-adapter-le.c

index c0530e4..1a4ce66 100644 (file)
@@ -52,9 +52,9 @@ static const char BASE_UUID_CONVERTED[BT_UUID_128] = {
 };
 
 typedef struct {
-        int adv_inst_max;
-        int rpa_offloading;
-        int max_filter;
+       int adv_inst_max;
+       int rpa_offloading;
+       int max_filter;
        int le_2m_phy;
        int le_coded_phy;
 } bt_adapter_le_feature_info_t;