8 spaces indentation -> tabs

This commit is contained in:
Pierre Bourdon
2011-12-11 11:08:18 +01:00
parent 1724385c8c
commit 014c474024
11 changed files with 468 additions and 468 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