From 9a7963ea380394ebe7c2775d9d6b65b12f3e12af Mon Sep 17 00:00:00 2001 From: "jinwang.an" Date: Mon, 7 Nov 2016 15:59:35 +0900 Subject: [PATCH] Moved brace to previous line. - To meet source code standard. Change-Id: I4ae0446087adff9cb9aba74aab7b81a07ec43964 Signed-off-by: jinwang.an --- src/system_setting_platform.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/system_setting_platform.c b/src/system_setting_platform.c index 863d029..dec5e84 100644 --- a/src/system_setting_platform.c +++ b/src/system_setting_platform.c @@ -1923,8 +1923,7 @@ int system_setting_set_ads_id(system_settings_key_e key, system_setting_data_typ char *vconf_value = NULL; vconf_value = (char *)value; - if (system_setting_vconf_set_value_string(VCONFKEY_SETAPPL_AD_ID, vconf_value)) - { + if (system_setting_vconf_set_value_string(VCONFKEY_SETAPPL_AD_ID, vconf_value)) { SETTING_TRACE("Setting VCONFKEY_SETAPPL_AD_ID failed"); return SYSTEM_SETTINGS_ERROR_IO_ERROR; } -- 2.7.4