From 8a23d53c66096a3f6137422fa2012211b17eb7d7 Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Sat, 4 Jun 2016 15:58:27 +0200 Subject: ecore_cocoa: remove extra whitespaces --- src/lib/ecore_cocoa/ecore_cocoa.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ecore_cocoa') 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); } -- cgit v1.2.1