mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 00:40:31 +00:00
[FORMATTING] tabs -> spaces. No code changes.
svn path=/trunk/; revision=38576
This commit is contained in:
parent
35f9beeabd
commit
01cb1291d8
6 changed files with 1540 additions and 1540 deletions
|
@ -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." );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue