From: hyunuktak Date: Tue, 14 Jun 2016 07:08:50 +0000 (+0900) Subject: Apply coding rule X-Git-Tag: submit/tizen/20160615.100519~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=793102ce04db7e547819747e21fc654e1ef235bc;p=platform%2Fcore%2Fapi%2Fconnection.git Apply coding rule Change-Id: Ie26ef8da0c6b5140183b1ddd3b47fe9ae33b3637 Signed-off-by: hyunuktak --- diff --git a/src/connection_profile.c b/src/connection_profile.c index 2bbecb2..5450499 100755 --- a/src/connection_profile.c +++ b/src/connection_profile.c @@ -1442,7 +1442,7 @@ EXPORT_API int connection_profile_get_cellular_home_url(connection_profile_h pro return CONNECTION_ERROR_NONE; } -EXPORT_API int connection_profile_get_cellular_pdn_type(connection_profile_h profile, connection_cellular_pdn_type_e* type) +EXPORT_API int connection_profile_get_cellular_pdn_type(connection_profile_h profile, connection_cellular_pdn_type_e *type) { CHECK_FEATURE_SUPPORTED(TELEPHONY_FEATURE); @@ -1480,7 +1480,7 @@ EXPORT_API int connection_profile_get_cellular_pdn_type(connection_profile_h pro return CONNECTION_ERROR_NONE; } -EXPORT_API int connection_profile_get_cellular_roam_pdn_type(connection_profile_h profile, connection_cellular_pdn_type_e* type) +EXPORT_API int connection_profile_get_cellular_roam_pdn_type(connection_profile_h profile, connection_cellular_pdn_type_e *type) { CHECK_FEATURE_SUPPORTED(TELEPHONY_FEATURE);