efl/legacy/ecore/src/lib/ecore_file
Lucas De Marchi 0a4617ae38 FORMATTING
* Remove vim modelines:
 find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
 find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;

* Remove leading blank lines:
 find . -name '*.[cxh]' -exec sed -i '/./,$!d'

If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0



SVN revision: 50816
2010-08-04 16:57:32 +00:00
..
.cvsignore fileinteraction and monitoring 2005-02-20 12:17:07 +00:00
Ecore_File.h FORMATTING 2010-08-04 16:57:32 +00:00
Makefile.am Move Ecore.h (and associated headers) to own dir. 2010-07-09 06:23:19 +00:00
ecore_file.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_file_download.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_file_monitor.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_file_monitor_inotify.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_file_monitor_poll.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_file_monitor_win32.c fix returned type of callbacks 2010-06-26 15:35:30 +00:00
ecore_file_path.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_file_private.h * eina: rename ecore_file_ls_iterator to eina_file_ls. 2010-07-02 17:23:05 +00:00