video: fix formatting. 45/182645/2
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 22 Jun 2018 07:44:32 +0000 (16:44 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 27 Jun 2018 02:37:08 +0000 (02:37 +0000)
Change-Id: I8c7d8f50acb63ef4b82ccbe94bcf60a4be19a982

src/bin/e_comp_wl_video.c

index b366b5f..50dc78e 100644 (file)
@@ -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;
 
 }