mesa: 80-column wrapping

This commit is contained in:
Brian Paul 2011-03-19 14:17:41 -06:00 committed by Brian
parent aafcbd2cf7
commit 957552fce0
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@
* \return GL_TRUE if error detected, GL_FALSE if no errors
*/
GLboolean
_mesa_error_check_format_type(struct gl_context *ctx, GLenum format, GLenum type,
GLboolean drawing)
_mesa_error_check_format_type(struct gl_context *ctx, GLenum format,
GLenum type, GLboolean drawing)
{
const char *readDraw = drawing ? "Draw" : "Read";
const GLboolean reading = !drawing;