ecore_cocoa: remove extra whitespaces

This commit is contained in:
Jean Guyomarc'h 2016-06-04 15:58:27 +02:00
parent e33c5a85d4
commit 8a23d53c66
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}