Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/efreet

Dir     : e17/libs/efreet/src/lib


Modified Files:
        efreet_ini.c 


Log Message:
formatting.

===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_ini.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- efreet_ini.c        4 Apr 2007 12:00:40 -0000       1.2
+++ efreet_ini.c        4 May 2007 17:45:26 -0000       1.3
@@ -102,7 +102,7 @@
 
     /* if a line is longer than the buffer size, this \n will get overwritten. 
*/
     read_buf[read_len - 2] = '\n';
-    while(fgets(read_buf, read_len, f) != NULL) 
+    while (fgets(read_buf, read_len, f) != NULL) 
     {
         char *key, *value, *p;
         char *sep;



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to