[FORMATTING] tabs -> spaces. No code changes.

svn path=/trunk/; revision=38576
This commit is contained in:
Kamil Hornicek 2009-01-05 11:03:28 +00:00
parent 35f9beeabd
commit 01cb1291d8
6 changed files with 1540 additions and 1540 deletions

View file

@ -470,14 +470,14 @@ ROSGL_SetContextCallBack( const ICDTable *table )
tebTable[icdidx] = (PROC)glEmptyFunc##stack; \ tebTable[icdidx] = (PROC)glEmptyFunc##stack; \
} }
GLFUNCS_MACRO GLFUNCS_MACRO
#undef X #undef X
/* fill teb->glDispatchTable for fast calls */ /* fill teb->glDispatchTable for fast calls */
#define X(func, ret, typeargs, args, icdidx, tebidx, stack) \ #define X(func, ret, typeargs, args, icdidx, tebidx, stack) \
if (tebidx >= 0) \ if (tebidx >= 0) \
tebDispatchTable[tebidx] = tebTable[icdidx]; tebDispatchTable[tebidx] = tebTable[icdidx];
GLFUNCS_MACRO GLFUNCS_MACRO
#undef X #undef X
DBGPRINT( "Done." ); DBGPRINT( "Done." );