common: apply Tizen coding rule 35/77135/1
authortaeyoung <ty317.kim@samsung.com>
Tue, 28 Jun 2016 23:20:20 +0000 (08:20 +0900)
committertaeyoung <ty317.kim@samsung.com>
Tue, 28 Jun 2016 23:20:20 +0000 (08:20 +0900)
Change-Id: I100502366b66f6b4aa7bf41fff6256125e83caba
Signed-off-by: taeyoung <ty317.kim@samsung.com>
src/system_info.c

index ff4d7cf..7933740 100644 (file)
@@ -228,7 +228,7 @@ static int system_info_get_bool(enum tag_type tag, const char *key, bool *value)
 out:
        len = strlen(val) + 1;
        if (!strncmp(val, "true", len) || !strncmp(val, "TRUE", len))
-               *value= true;
+               *value = true;
        else
                *value = false;