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
This commit is contained in:
Lucas De Marchi 2010-08-04 16:57:32 +00:00
parent 4ff14432f5
commit 7af7933427
2 changed files with 0 additions and 5 deletions

View File

@ -1,4 +1,3 @@
#ifdef E_MOD_NEWS_TYPEDEFS
typedef struct _News_Feed News_Feed;

View File

@ -1,7 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "News.h"
#define VIEWER_CREATE_FAIL(nv, msg) \