diff options
author | Jean Guyomarc'h <jean@guyomarch.bzh> | 2016-06-04 15:58:27 +0200 |
---|---|---|
committer | Jean Guyomarc'h <jean@guyomarch.bzh> | 2016-06-04 16:53:18 +0200 |
commit | 8a23d53c66096a3f6137422fa2012211b17eb7d7 (patch) | |
tree | 95ce616b1e43cebd3bd46249535587f31ea197da /src | |
parent | e33c5a85d4c26e29cfaaff27c8f97211b74e45bb (diff) |
ecore_cocoa: remove extra whitespaces
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa.m | 2 |
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 | |||
349 | 349 | ||
350 | if (w) *w = (int)pt.width; | 350 | if (w) *w = (int)pt.width; |
351 | if (h) *h = (int)pt.height; | 351 | if (h) *h = (int)pt.height; |
352 | 352 | ||
353 | DBG("Screen size get : %dx%d", (int)pt.width, (int)pt.height); | 353 | DBG("Screen size get : %dx%d", (int)pt.width, (int)pt.height); |
354 | } | 354 | } |
355 | 355 | ||