aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/unix
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-30 03:05:25 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-30 03:05:25 +0000
commiteeaeafebdeec2c546134b741ab8b3c6b7c5190ab (patch)
tree768a3a26a68bc2dc0204bf150d8a48867a94c561 /src/gpu/gl/unix
parentf4e67e3e5e5017284300a61e7bb046723a44b0cf (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@14453 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/gl/unix')
-rw-r--r--src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp b/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
index 19955ec308..ddbfe5de29 100644
--- a/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
+++ b/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
@@ -23,4 +23,3 @@ const GrGLInterface* GrGLCreateNativeInterface() {
}
return GrGLAssembleGLInterface(NULL, glx_get);
}
-