Fix coding rule 77/84077/1 accepted/tizen/common/20160818.144552 accepted/tizen/ivi/20160818.232033 accepted/tizen/mobile/20160818.232026 accepted/tizen/tv/20160818.232029 accepted/tizen/wearable/20160818.232020 submit/tizen/20160818.064057
authorstom.hwang <stom.hwang@samsung.com>
Tue, 16 Aug 2016 12:24:21 +0000 (21:24 +0900)
committerstom.hwang <stom.hwang@samsung.com>
Tue, 16 Aug 2016 12:24:21 +0000 (21:24 +0900)
Change-Id: I8784d3b9aa834a7b319fcbe5aac7332a3e02cc73
Signed-off-by: stom.hwang <stom.hwang@samsung.com>
server/vcd_recorder.c

index 6c87c63..52a9f3a 100644 (file)
@@ -82,7 +82,7 @@ static float get_volume_decibel(char* data, int size);
 #ifdef TV_MSF_WIFI_MODE
 static void __msf_wifi_audio_data_receive_cb(msf_wifi_voice_data_s *voice_data, void* user_data)
 {
-       if (0 != strncmp(g_current_audio_type, VCP_AUDIO_ID_MSF, sizeof(VCP_AUDIO_ID_MSF))){
+       if (0 != strncmp(g_current_audio_type, VCP_AUDIO_ID_MSF, sizeof(VCP_AUDIO_ID_MSF))) {
                SLOG(LOG_ERROR, TAG_VCD, "[Recorder ERROR] current audio type is (%s)", g_current_audio_type);
                return;
        }
@@ -139,7 +139,7 @@ static void _bt_cb_hid_state_changed(int result, bool connected, const char *rem
 
 static void _bt_hid_audio_data_receive_cb(bt_hid_voice_data_s *voice_data, void *user_data)
 {
-       if (0 != strncmp(g_current_audio_type, VCP_AUDIO_ID_BLUETOOTH, sizeof(VCP_AUDIO_ID_BLUETOOTH))){
+       if (0 != strncmp(g_current_audio_type, VCP_AUDIO_ID_BLUETOOTH, sizeof(VCP_AUDIO_ID_BLUETOOTH))) {
                SLOG(LOG_ERROR, TAG_VCD, "[Recorder ERROR] current audio type is (%s)", g_current_audio_type);
                return;
        }