Delete all Trailing spaces in code.
[reactos.git] / reactos / dll / 3rdparty / mesa32 / src / main / accum.h
index ce92688..3ad262b 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file accum.h
  * Accumulation buffer operations.
- * 
+ *
  * \if subset
  * (No-op)
  *
@@ -49,7 +49,7 @@ _mesa_Accum( GLenum op, GLfloat value );
 extern void GLAPIENTRY
 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
 
-extern void 
+extern void
 _mesa_init_accum( GLcontext *ctx );
 
 #else