devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=25e689a6f5c5161d49938639ec9f06bcba893439

commit 25e689a6f5c5161d49938639ec9f06bcba893439
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Feb 21 09:07:58 2018 -0500

    evas: minor formatting fix
    
    NB: No functional changes
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/evas/canvas/evas_render.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/evas/canvas/evas_render.c 
b/src/lib/evas/canvas/evas_render.c
index adc5ba91d1..bf436808fc 100644
--- a/src/lib/evas/canvas/evas_render.c
+++ b/src/lib/evas/canvas/evas_render.c
@@ -3326,10 +3326,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)

-- 


Reply via email to