eina: whitespace--;

This commit is contained in:
Cedric Bail 2013-05-08 15:38:37 +09:00
parent 8727e43c1f
commit 574e9015f1
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ EAPI time_t
eina_file_mtime_get(Eina_File *file)
{
EINA_SAFETY_ON_NULL_RETURN_VAL(file, 0);
return file->mtime;
return file->mtime;
}
EAPI const char *