8 spaces indentation -> tabs

This commit is contained in:
Pierre Bourdon 2011-12-11 11:08:18 +01:00 committed by Sonicadvance1
commit 3c6d0fc710
10 changed files with 467 additions and 467 deletions

View file

@ -154,9 +154,9 @@ inline unsigned int GetPow2(unsigned int val)
}
struct s_svar
{
const char *name;
const unsigned int reg;
const unsigned int size;
const char *name;
const unsigned int reg;
const unsigned int size;
};
#endif // _VIDEOCOMMON_H