Add newline to GrStencil.cpp to prevent warning.
authorctguil@chromium.org <ctguil@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 18 Apr 2011 18:12:50 +0000 (18:12 +0000)
committerctguil@chromium.org <ctguil@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 18 Apr 2011 18:12:50 +0000 (18:12 +0000)
Review URL: http://codereview.appspot.com/4442061

git-svn-id: http://skia.googlecode.com/svn/trunk@1146 2bbb7eff-a529-9590-31e7-b0007b416f81

gpu/src/GrStencil.cpp

index c366f61..a537e16 100644 (file)
@@ -373,4 +373,4 @@ bool GrStencilSettings::GetClipPasses(GrSetOp op,
             GrCrash("Unknown set op");
     }
     return false;
-}
\ No newline at end of file
+}