From 10ac38820f5a0e8e3954f1b261601852fa465297 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 21 Feb 2018 09:07:58 -0500 Subject: [PATCH] evas: minor formatting fix NB: No functional changes Signed-off-by: Chris Michael --- 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 b2ba660..d6e5afd 100644 --- a/src/lib/evas/canvas/evas_render.c +++ b/src/lib/evas/canvas/evas_render.c @@ -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) -- 2.7.4