resolved the code rule warnings
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / bluez_hal / src / bt-hal-hdp.c
index 67ad646..fab24a0 100644 (file)
@@ -82,7 +82,7 @@ static void __bt_hal_handle_hdp_events(int message, void *buf, uint16_t len)
        if (!interface_ready())
                return;
 
-       switch(message) {
+       switch (message) {
        case HAL_EV_HDP_APP_REG_STATE:
                DBG("Event: HAL_EV_HDP_APP_REG_STATE");
                __bt_hal_handle_app_reg_state(buf, len);