mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 04:23:40 +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; \
|
||||
}
|
||||
GLFUNCS_MACRO
|
||||
#undef X
|
||||
#undef X
|
||||
|
||||
/* 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) \
|
||||
tebDispatchTable[tebidx] = tebTable[icdidx];
|
||||
GLFUNCS_MACRO
|
||||
#undef X
|
||||
#undef X
|
||||
|
||||
DBGPRINT( "Done." );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue