apply tizen coding rule
[platform/core/uifw/libtdm.git] / src / tdm_capture.c
index a422914..4772332 100644 (file)
@@ -494,7 +494,7 @@ tdm_capture_attach(tdm_capture *capture, tbm_surface_h buffer)
                }
        }
 
-       capture_buffer = calloc(1, sizeof *capture_buffer);
+       capture_buffer = calloc(1, sizeof * capture_buffer);
        if (!capture_buffer) {
                _pthread_mutex_unlock(&private_display->lock);
                TDM_ERR("alloc failed");