diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2010-08-04 16:57:32 +0000 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2010-08-04 16:57:32 +0000 |
commit | 0a4617ae38860475f0820d2ecc09b21ea95fc757 (patch) | |
tree | c6c86ea4614448a6aad71b02f84482ad2cadc9b4 /legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c | |
parent | bd0d948867d057141337cda77e1fb3486a44ed24 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c b/legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c index 4356581a93..f1cbdca5bd 100644 --- a/legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c +++ b/legacy/ecore/src/lib/ecore_evas/ecore_evas_wince.c | |||
@@ -1,7 +1,3 @@ | |||
1 | /* | ||
2 | * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 | ||
3 | */ | ||
4 | |||
5 | #ifdef HAVE_CONFIG_H | 1 | #ifdef HAVE_CONFIG_H |
6 | # include "config.h" | 2 | # include "config.h" |
7 | #endif | 3 | #endif |