remove white space

SVN revision: 64979
This commit is contained in:
Jiyoun Park 2011-11-09 08:01:00 +00:00
parent 2bb72a2965
commit 5d65b627a6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ evas_common_font_init(void)
if (s)
{
int dpi = atoi(s);
if (dpi > 0) evas_common_font_dpi_set(dpi);
}
LKI(lock_font_draw);