From: jinwang.an Date: Mon, 7 Nov 2016 06:59:35 +0000 (+0900) Subject: Moved brace to previous line. X-Git-Tag: submit/tizen_3.0/20161129.044317^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ebcf52d39f74c2052e5e896795b4f29e3b2e2e1;p=platform%2Fcore%2Fapi%2Fsystem-settings.git Moved brace to previous line. - To meet source code standard. Change-Id: I4ae0446087adff9cb9aba74aab7b81a07ec43964 Signed-off-by: jinwang.an --- 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; }