From 793102ce04db7e547819747e21fc654e1ef235bc Mon Sep 17 00:00:00 2001 From: hyunuktak Date: Tue, 14 Jun 2016 16:08:50 +0900 Subject: [PATCH] Apply coding rule Change-Id: Ie26ef8da0c6b5140183b1ddd3b47fe9ae33b3637 Signed-off-by: hyunuktak --- src/connection_profile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.7.4