adapt tizen coding rule 98/80798/1 accepted/tizen/common/20160720.173403 accepted/tizen/ivi/20160720.103904 accepted/tizen/mobile/20160720.103813 accepted/tizen/tv/20160720.103830 accepted/tizen/wearable/20160720.103843 submit/tizen/20160720.083427
authorJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 20 Jul 2016 08:27:35 +0000 (17:27 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 20 Jul 2016 08:27:39 +0000 (17:27 +0900)
Change-Id: I0e42f7260db27e01c3564682aba2868f379a8868
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/tbm_bufmgr.c

index 6c79d5b..02b3a05 100644 (file)
@@ -81,7 +81,8 @@ _tbm_set_last_result(tbm_error_e err)
        tbm_last_error = err;
 }
 
-char * tbm_flag_to_str(int f) {
+char * tbm_flag_to_str(int f)
+{
        static char str[255];
        int c = 0;
        if (f == TBM_BO_DEFAULT)
@@ -859,7 +860,7 @@ tbm_bo_import(tbm_bufmgr bufmgr, unsigned int key)
                bo->flags = TBM_BO_DEFAULT;
 
        TBM_TRACE("import new bo(%p) ref(%d) key(%d) flag(%s) in list\n",
-                               bo, bo->ref_cnt, key, tbm_flag_to_str(bo->flags));
+                         bo, bo->ref_cnt, key, tbm_flag_to_str(bo->flags));
 
        LIST_INITHEAD(&bo->user_data_list);