X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Flibnetwork.c;h=abe373e6f5c8d5b3479f2a7baa0379fdc771d1a3;hb=7dbac2ab07e3df595736f2755543bb660cef6743;hp=7839ab585448aa07931d9b461b4b668b29f05d85;hpb=2a324d24eee5848269178b3fab6d8a50795cd3ba;p=platform%2Fcore%2Fapi%2Fconnection.git diff --git a/src/libnetwork.c b/src/libnetwork.c index 7839ab5..abe373e 100755 --- a/src/libnetwork.c +++ b/src/libnetwork.c @@ -654,7 +654,7 @@ int _connection_libnet_get_wifi_state(connection_wifi_state_e *state) } //LCOV_EXCL_START -int _connection_libnet_get_ethernet_state(connection_ethernet_state_e* state) +int _connection_libnet_get_ethernet_state(connection_ethernet_state_e *state) { int rv; struct _profile_list_s ethernet_profiles = {0, 0, NULL}; @@ -721,7 +721,7 @@ int _connection_libnet_set_ethernet_cable_state_changed_cb( } //LCOV_EXCL_STOP -int _connection_libnet_get_bluetooth_state(connection_bt_state_e* state) +int _connection_libnet_get_bluetooth_state(connection_bt_state_e *state) { int i = 0; int rv = 0; @@ -758,7 +758,7 @@ int _connection_libnet_get_bluetooth_state(connection_bt_state_e* state) } //LCOV_EXCL_STOP -done: +done : __libnet_clear_profile_list(&bluetooth_profiles); return CONNECTION_ERROR_NONE; @@ -1113,7 +1113,7 @@ int _connection_libnet_get_cellular_service_profile( } //LCOV_EXCL_STOP -done: +done : __libnet_clear_profile_list(&cellular_profiles); prof_handle_list = g_slist_append(prof_handle_list, *profile);