efl: fix some whitespace. 85/43185/1
authorCedric BAIL <cedric@osg.samsung.com>
Thu, 15 Jan 2015 16:23:54 +0000 (17:23 +0100)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Wed, 8 Jul 2015 02:01:07 +0000 (11:01 +0900)
Change-Id: Ied2927d21745476dc831fc3bb07b2fbf65994651

src/lib/efl/interfaces/efl_graphics_utils.c

index 5db0252..64d7088 100644 (file)
@@ -215,7 +215,7 @@ efl_graphics_path_append_close(Efl_Graphics_Path_Command **commands, double **po
    double *offset_point;
 
    efl_graphics_path_grow(EFL_GRAPHICS_PATH_COMMAND_TYPE_ARC_TO,
-                     commands, points, &offset_point);
+                          commands, points, &offset_point);
 }
 
 EAPI void