Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@10175 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gl/GrGLCreateNullInterface.cpp b/src/gpu/gl/GrGLCreateNullInterface.cpp
index 76307e4..aa9b93c 100644
--- a/src/gpu/gl/GrGLCreateNullInterface.cpp
+++ b/src/gpu/gl/GrGLCreateNullInterface.cpp
@@ -109,9 +109,9 @@
     }
 }
 
-GrGLvoid GR_GL_FUNCTION_TYPE nullGLBufferData(GrGLenum target, 
-                                              GrGLsizeiptr size, 
-                                              const GrGLvoid* data, 
+GrGLvoid GR_GL_FUNCTION_TYPE nullGLBufferData(GrGLenum target,
+                                              GrGLsizeiptr size,
+                                              const GrGLvoid* data,
                                               GrGLenum usage) {
     GrGLuint id = 0;