jayji pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8a23d53c66096a3f6137422fa2012211b17eb7d7

commit 8a23d53c66096a3f6137422fa2012211b17eb7d7
Author: Jean Guyomarc'h <j...@guyomarch.bzh>
Date:   Sat Jun 4 15:58:27 2016 +0200

    ecore_cocoa: remove extra whitespaces
---
 src/lib/ecore_cocoa/ecore_cocoa.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_cocoa/ecore_cocoa.m 
b/src/lib/ecore_cocoa/ecore_cocoa.m
index 6197d58..aa74b94 100644
--- a/src/lib/ecore_cocoa/ecore_cocoa.m
+++ b/src/lib/ecore_cocoa/ecore_cocoa.m
@@ -349,7 +349,7 @@ ecore_cocoa_screen_size_get(Ecore_Cocoa_Screen *screen 
EINA_UNUSED, int *w, int
 
    if (w) *w = (int)pt.width;
    if (h) *h = (int)pt.height;
-   
+
    DBG("Screen size get : %dx%d", (int)pt.width, (int)pt.height);
 }
 

-- 


Reply via email to