From: Seunghun Lee Date: Fri, 22 Jun 2018 07:44:32 +0000 (+0900) Subject: video: fix formatting. X-Git-Tag: accepted/tizen/unified/20180702.062908~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F182645%2F2;p=platform%2Fupstream%2Fenlightenment.git video: fix formatting. Change-Id: I8c7d8f50acb63ef4b82ccbe94bcf60a4be19a982 --- diff --git a/src/bin/e_comp_wl_video.c b/src/bin/e_comp_wl_video.c index b366b5f..50dc78e 100644 --- a/src/bin/e_comp_wl_video.c +++ b/src/bin/e_comp_wl_video.c @@ -2931,7 +2931,7 @@ _e_comp_wl_video_object_cb_set_attribute(struct wl_client *client, VDT("Client(%s):PID(%d) RscID(%d) Attribute:%s, Value:%d", e_client_util_name_get(video->ec) ?: "No Name", video->ec->netwm.pid, wl_resource_get_id(video->surface), - name,value); + name, value); // check available property & count id = _e_video_get_prop_id(video, name); @@ -3075,7 +3075,7 @@ _e_comp_wl_video_object_cb_allowed_attribute(struct wl_client *client, VIN("set allowed_attribute"); - video->allowed_attribute= EINA_TRUE; + video->allowed_attribute = EINA_TRUE; } @@ -3093,7 +3093,7 @@ _e_comp_wl_video_object_cb_disallowed_attribute(struct wl_client *client, VIN("set disallowed_attribute"); - video->allowed_attribute= EINA_FALSE; + video->allowed_attribute = EINA_FALSE; }