formatting fix.

SVN revision: 71347
This commit is contained in:
Carsten Haitzler 2012-05-23 04:31:47 +00:00
parent 859f22b80b
commit 55a5b14bd8
1 changed files with 1 additions and 1 deletions

View File

@ -935,7 +935,7 @@ eina_file_open(const char *path, Eina_Bool shared)
if (!file) if (!file)
{ {
n = malloc(sizeof (Eina_File) + strlen(filename) + 1); n = malloc(sizeof(Eina_File) + strlen(filename) + 1);
if (!n) if (!n)
{ {
eina_lock_release(&_eina_file_lock_cache); eina_lock_release(&_eina_file_lock_cache);