common: apply Tizen Coding Rule 63/64363/1 accepted/tizen/common/20160418.141548 accepted/tizen/ivi/20160418.082928 accepted/tizen/mobile/20160418.083024 accepted/tizen/tv/20160418.082924 accepted/tizen/wearable/20160418.082856 submit/tizen/20160418.012758
authorTaeyoung Kim <ty317.kim@samsung.com>
Fri, 1 Apr 2016 00:05:54 +0000 (09:05 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Fri, 1 Apr 2016 00:05:54 +0000 (09:05 +0900)
- Space before the square bracket is removed

Change-Id: Id17121768b5d8151294b40b17bce5231e859f6e6
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
src/system_info_file.c

index 249d7d399da4dc83b0694cfd90f953153f0b7d68..84f0e0fd7e7ad6b1a3027c1f734e5c4a927be3e5 100644 (file)
@@ -98,7 +98,7 @@ struct system_info_file_key {
        const char *key;
        int (*get_value)(char **val);
        system_info_type_e type;
-} info_file_key [] = {
+} info_file_key[] = {
        { "tizen.org/system/tizenid",       get_tizenid,       SYSTEM_INFO_STRING },
        { "tizen.org/system/build.date",    get_build_date,    SYSTEM_INFO_STRING },
        { "tizen.org/system/build.string",  get_build_str,     SYSTEM_INFO_STRING },