add LF at end of file (ancient warning appeased)
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 8 Mar 2011 15:34:06 +0000 (15:34 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 8 Mar 2011 15:34:06 +0000 (15:34 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@901 2bbb7eff-a529-9590-31e7-b0007b416f81

gpu/include/GrGLConfig.h

index dcad9a144b790b0b255d04e6e10c3d7bfdc4ebfd..c467f99c67ccc870684c102c48232416e4e5340f 100644 (file)
@@ -77,7 +77,7 @@
  * setup GR_GL_CUSTOM_SETUP_HEADER to be enabled:
  *
  * GR_GL_LOG_CALLS: if 1 Gr can print every GL call using GrPrintf. Defaults to
- * 0. Logging can be enabled and disabled at runtime using a debugger via to 
+ * 0. Logging can be enabled and disabled at runtime using a debugger via to
  * global gLogCallsGL. The initial value of gLogCallsGL is controlled by
  * GR_GL_LOG_CALLS_START.
  *
@@ -85,7 +85,7 @@
  * GR_GL_LOG_CALLS is 1. Defaults to 0.
  *
  * GR_GL_CHECK_ERROR: if enabled Gr can do a glGetError() after every GL call.
- * Defaults to 1 if GR_DEBUG is set, otherwise 0. When GR_GL_CHECK_ERROR is 1 
+ * Defaults to 1 if GR_DEBUG is set, otherwise 0. When GR_GL_CHECK_ERROR is 1
  * this can be toggled in a debugger using the gCheckErrorGL global. The initial
  * value of gCheckErrorGL is controlled by by GR_GL_CHECK_ERROR_START.
  *
     #define GR_GL_LOG_CALLS_START       0
 #endif
 
-#if !defined(GR_GL_CHECK_ERROR) 
+#if !defined(GR_GL_CHECK_ERROR)
     #define GR_GL_CHECK_ERROR           GR_DEBUG
 #endif
 
@@ -420,4 +420,4 @@ void gl_version(int* major, int* minor);
 
 ////////////////////////////////////////////////////////////////////////////////
 
-#endif
\ No newline at end of file
+#endif