Module: wine Branch: master Commit: 448fee287998c868a1cb543f90763bc56e2464b3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=448fee287998c868a1cb543f90...
Author: Stefan Dösinger stefan@codeweavers.com Date: Fri Jul 11 21:16:28 2008 -0500
wined3d: Whitespace fix.
---
dlls/wined3d/state.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/wined3d/state.c b/dlls/wined3d/state.c index 01ee006..9ff10a1 100644 --- a/dlls/wined3d/state.c +++ b/dlls/wined3d/state.c @@ -2516,7 +2516,7 @@ static void shader_bumpenvmat(DWORD state, IWineD3DStateBlockImpl *stateblock, W if(!isStateDirty(context, STATE_PIXELSHADERCONSTANT) && !isStateDirty(context, STATE_PIXELSHADER)) { shaderconstant(STATE_PIXELSHADERCONSTANT, stateblock, context); - } + } } }