devilhorns pushed a commit to branch master.

commit f43ac1a181f7e74ee9a9c32126a9f632ebd47d37
Author: Chris Michael <[email protected]>
Date:   Thu Jun 13 07:00:09 2013 +0100

    EFL Formatting.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_wayland/ecore_wl_window.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/ecore_wayland/ecore_wl_window.c 
b/src/lib/ecore_wayland/ecore_wl_window.c
index 9dca8b8..4abf9bd 100644
--- a/src/lib/ecore_wayland/ecore_wl_window.c
+++ b/src/lib/ecore_wayland/ecore_wl_window.c
@@ -280,8 +280,8 @@ ecore_wl_window_show(Ecore_Wl_Window *win)
 
    ecore_wl_window_surface_create(win);
 
-   if (win->type != ECORE_WL_WINDOW_TYPE_DND &&
-       win->type != ECORE_WL_WINDOW_TYPE_NONE)
+   if ((win->type != ECORE_WL_WINDOW_TYPE_DND) &&
+       (win->type != ECORE_WL_WINDOW_TYPE_NONE))
      {
         if (!win->shell_surface)
           {

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to