Apply the tizen coding rule 53/84053/1 accepted/tizen/common/20160818.144317 accepted/tizen/ivi/20160818.231810 accepted/tizen/mobile/20160818.231628 accepted/tizen/tv/20160818.231741 submit/tizen/20160818.052348
authorSeokHoon Lee <andy.shlee@samsung.com>
Tue, 16 Aug 2016 09:41:56 +0000 (18:41 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Tue, 16 Aug 2016 09:42:34 +0000 (18:42 +0900)
Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I052367f55f9c5085443735cb579ff7abb1dcd406

test_sink/scmirroring_sink_test.c

index eaeea8cdcbb9e26c74531558f1f9639a116a3d1b..98912cf6a5d3c0d1fbf107064564ea1a13b181af 100644 (file)
@@ -701,13 +701,11 @@ void _connection_cb(int error_code, wifi_direct_connection_state_e connection_st
 
        switch (connection_state) {
        case WIFI_DIRECT_CONNECTION_REQ:
-       {
                g_print("WIFI_DIRECT_CONNECTION_REQ : Connection is requested\n");
                ret = wifi_direct_accept_connection((char *)mac_address);
                if (ret != WIFI_DIRECT_ERROR_NONE)
                        g_print("Error : wifi_direct_accept_connection failed : %d\n", ret);
                break;
-               }
        case WIFI_DIRECT_CONNECTION_WPS_REQ:
                g_print("WIFI_DIRECT_CONNECTION_WPS_REQ : WPS is requested\n");
                break;