From c3d7d90973528527131c72549b10c2a21300e0ac Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Fri, 30 Nov 2012 02:01:24 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@6632 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tools/PictureRenderer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/PictureRenderer.cpp b/tools/PictureRenderer.cpp index 69ce6f86fa..3f96e90962 100644 --- a/tools/PictureRenderer.cpp +++ b/tools/PictureRenderer.cpp @@ -669,7 +669,7 @@ public: SkIntToScalar(fPicture->height())); SkData* data = SkPictureUtils::GatherPixelRefs(fPicture, bounds); SkSafeUnref(data); - + return NULL == path; // we don't have anything to write } @@ -682,5 +682,5 @@ private: PictureRenderer* CreateGatherPixelRefsRenderer() { return SkNEW(GatherRenderer); } - + } // namespace sk_tools -- cgit v1.2.3