resolved the code rule warnings
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / bluez_hal / src / bt-hal-av.c
index 871b7e2..7cfa029 100644 (file)
@@ -72,7 +72,7 @@ static void __bt_hal_handle_av_events(int message, void *buf, uint16_t len)
        DBG("+");
        if (!interface_ready())
                return;
-       switch(message) {
+       switch (message) {
        case HAL_EV_A2DP_CONN_STATE:
                DBG("Event: HAL_EV_A2DP_CONN_STATE");
                __bt_hal_handle_av_conn_state(buf, len);