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 | 6638a10e20c06c0dab64e1eb8ae045550ccebb96 (patch) | |
tree | fa8c346901c30f7abf9678da1d9f864615249df1 /src/bin/e_gadcon_popup.c | |
parent | f405dc931c1cee6af08c675aefdaf96c35181ade (diff) | |
download | enlightenment-6638a10e20c06c0dab64e1eb8ae045550ccebb96.tar.gz |
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 'src/bin/e_gadcon_popup.c')
-rw-r--r-- | src/bin/e_gadcon_popup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/e_gadcon_popup.c b/src/bin/e_gadcon_popup.c index f973062091..c14d8442e4 100644 --- a/src/bin/e_gadcon_popup.c +++ b/src/bin/e_gadcon_popup.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ |