e_plane: trivial cosmetic change 03/65503/1
authorGwanglim Lee <gl77.lee@samsung.com>
Mon, 11 Apr 2016 10:11:59 +0000 (19:11 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 11 Apr 2016 10:11:59 +0000 (19:11 +0900)
Change-Id: I4f470923b6c9b66ac216ac7288705501e6e8ad30

src/bin/e_plane.c

index 3be44a4bd127c36cde7b7d081ed278cf4059f5f7..ab07c256af9a9aba05383d5880f6ff4e163d3403 100644 (file)
@@ -91,7 +91,7 @@ e_plane_new(E_Zone *zone)
 
 E_API void
 e_plane_name_set(E_Zone *zone,
-                const char *name)
+                 const char *name)
 {
    E_OBJECT_CHECK(zone);
    E_OBJECT_TYPE_CHECK(zone, E_PLANE_TYPE);
@@ -103,10 +103,10 @@ e_plane_name_set(E_Zone *zone,
 
 E_API Eina_Bool
 e_plane_resolution_set(E_Plane *plane,
-                   int x,
-                   int y,
-                   int w,
-                   int h)
+                       int x,
+                       int y,
+                       int w,
+                       int h)
 {
    int dx = 0, dy = 0, dw = 0, dh = 0;