efl: fix some whitespace.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:22:12 +0000 (16:22 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:22:12 +0000 (16:22 +0200)
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