[11372] Convert tabs to 4 spaces

Thanks to Darkknight900 for pointing out!

Used this script on sql/ and src/: find . -iname *.h -o -iname *.cpp -o -iname *.inc -o -iname *.sql | xargs sed -i 's/\t/    /g'
This commit is contained in:
DasBlub 2011-04-17 01:31:47 +02:00
parent 187a1916e3
commit 7b2308e483
16 changed files with 138 additions and 138 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11371" #define REVISION_NR "11372"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__