aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu
diff options
context:
space:
mode:
authorGravatar ctguil@chromium.org <ctguil@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-04-18 18:12:50 +0000
committerGravatar ctguil@chromium.org <ctguil@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-04-18 18:12:50 +0000
commitd5683e2caac8dcfc6328547077ff9dc965d172e8 (patch)
tree5b9a9fb4f7328accad50d8941a13c41bcb8cee3f /gpu
parent63c1ad82fc4232daff1b686cc78bba4c6a42916d (diff)
Add newline to GrStencil.cpp to prevent warning.
Review URL: http://codereview.appspot.com/4442061 git-svn-id: http://skia.googlecode.com/svn/trunk@1146 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gpu')
-rw-r--r--gpu/src/GrStencil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/src/GrStencil.cpp b/gpu/src/GrStencil.cpp
index c366f619ad..a537e169fd 100644
--- a/gpu/src/GrStencil.cpp
+++ b/gpu/src/GrStencil.cpp
@@ -373,4 +373,4 @@ bool GrStencilSettings::GetClipPasses(GrSetOp op,
GrCrash("Unknown set op");
}
return false;
-} \ No newline at end of file
+}