evas: minor formatting fix
authorChris Michael <cp.michael@samsung.com>
Wed, 21 Feb 2018 14:07:58 +0000 (09:07 -0500)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 10 Apr 2018 11:10:41 +0000 (20:10 +0900)
NB: No functional changes

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/evas/canvas/evas_render.c

index b2ba660..d6e5afd 100644 (file)
@@ -3378,10 +3378,10 @@ evas_render_updates_internal(Evas *eo_e,
    EINA_LIST_FOREACH(e->outputs, l, out)
      {
         // Avoid processing not ready output until they are
-        if (!out->output) continue ;
+        if (!out->output) continue;
         // Locked output are output that should not yet be rendered
         // because the tick/vsync for it doesn't allow it yet.
-        if (out->lock > 0) continue ;
+        if (out->lock > 0) continue;
 
         /* phase 6. Initialize output */
         if (out->changed)