summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Guyomarc'h <jean@guyomarch.bzh>2016-06-04 15:58:27 +0200
committerJean Guyomarc'h <jean@guyomarch.bzh>2016-06-04 16:53:18 +0200
commit8a23d53c66096a3f6137422fa2012211b17eb7d7 (patch)
tree95ce616b1e43cebd3bd46249535587f31ea197da
parente33c5a85d4c26e29cfaaff27c8f97211b74e45bb (diff)
downloadefl-8a23d53c66096a3f6137422fa2012211b17eb7d7.tar.gz
ecore_cocoa: remove extra whitespaces
-rw-r--r--src/lib/ecore_cocoa/ecore_cocoa.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa.m b/src/lib/ecore_cocoa/ecore_cocoa.m
index 6197d58eed..aa74b946a4 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);
}