Fix coding rule 52/78552/1
authorHyunjee Kim <hj0426.kim@samsung.com>
Wed, 6 Jul 2016 05:20:44 +0000 (14:20 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Wed, 6 Jul 2016 05:21:15 +0000 (14:21 +0900)
Change-Id: I0dc9393ced016dcdba7525283a3c6b0299ed9510
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
src/utils_i18n_unumber.c

index de5229deecf62651b3e4024da7b05f61fa3b0020..8856b119a9a0b19051a31fb9383fc6098677556a 100644 (file)
@@ -325,7 +325,7 @@ int i18n_unumber_set_attribute(i18n_unumber_format_h fmt, i18n_unumber_format_at
        if (attr == I18N_UNUMBER_ROUNDING_INCREMENT) return I18N_ERROR_NOT_SUPPORTED;
 
        if (attr == I18N_UNUMBER_PADDING_POSITION &&
-               (new_value < I18N_UNUMBER_PAD_BEFORE_PREFIX || new_value > I18N_UNUMBER_PAD_AFTER_SUFFIX))
+                       (new_value < I18N_UNUMBER_PAD_BEFORE_PREFIX || new_value > I18N_UNUMBER_PAD_AFTER_SUFFIX))
            return I18N_ERROR_INVALID_PARAMETER;
 
        unum_setAttribute(fmt, attr, new_value);