cedric pushed a commit to branch master.

commit 574e9015f1eacf9b44ab3b63aee892a9846ec549
Author: Cedric Bail <[email protected]>
Date:   Wed May 8 15:38:37 2013 +0900

    eina: whitespace--;
---
 src/lib/eina/eina_file_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eina/eina_file_common.c b/src/lib/eina/eina_file_common.c
index d4a7698..80230c9 100644
--- a/src/lib/eina/eina_file_common.c
+++ b/src/lib/eina/eina_file_common.c
@@ -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 *

-- 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may

Reply via email to