fix the indent 18/201618/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Mar 2019 06:54:09 +0000 (15:54 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Mar 2019 06:54:09 +0000 (15:54 +0900)
Change-Id: I0a7a295a5238fb16f13f1503db8b8358ffacc6c9

src/tdm_vc4.c

index 83efda0..026a310 100644 (file)
@@ -302,7 +302,7 @@ tdm_vc4_init(tdm_display *dpy, tdm_error *error)
                vc4_func_hwc.hwc_set_client_target_buffer = vc4_hwc_set_client_target_buffer;
                vc4_func_hwc.hwc_validate = vc4_hwc_validate;
                vc4_func_hwc.hwc_get_changed_composition_types = vc4_hwc_get_changed_composition_types;
-               vc4_func_hwc.hwc_accept_validation  = vc4_hwc_accept_validation;
+               vc4_func_hwc.hwc_accept_validation = vc4_hwc_accept_validation;
                vc4_func_hwc.hwc_commit = vc4_hwc_commit;
                vc4_func_hwc.hwc_set_commit_handler = vc4_hwc_set_commit_handler;