commit | bda03db28935eef7f9a3aae05fdedca57cd984ad | [log] [tgz] |
---|---|---|
author | rmistry@google.com <rmistry@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 14 20:27:54 2012 +0000 |
committer | rmistry@google.com <rmistry@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 14 20:27:54 2012 +0000 |
tree | 37407da5f43b40f6c0edd8e434033fdf33904c32 | |
parent | c0f1dfb4ed6133dec29b30ef4c5da68008f2d34f [diff] [blame] |
Fixing source files that do not have newlines at the end. Found using the new unsubmitted newline_checker slave script: piraeus.cnc.corp.google.com:10125/builders/Skia_House_Keeping/builds/5/steps/shell_1/logs/stdio Review URL: https://codereview.appspot.com/6443124 git-svn-id: http://skia.googlecode.com/svn/trunk@5097 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp b/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp index 8cc7ad5..d1c9332 100644 --- a/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp +++ b/src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp
@@ -151,4 +151,5 @@ } glInterface.get()->ref(); return glInterface.get(); -} \ No newline at end of file +} +