From 6638a10e20c06c0dab64e1eb8ae045550ccebb96 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 4 Aug 2010 16:57:32 +0000 Subject: 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 --- src/bin/e_gadcon_popup.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/bin/e_gadcon_popup.c') 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 */ -- cgit v1.2.1