From 9d524f22bfde5dc3dc8f48e1be39bdebd3bb0304 Mon Sep 17 00:00:00 2001 From: halcanary Date: Tue, 29 Mar 2016 09:03:52 -0700 Subject: Style bikeshed - remove extraneous whitespace GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1842753002 Review URL: https://codereview.chromium.org/1842753002 --- src/core/SkLinearBitmapPipeline.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/SkLinearBitmapPipeline.cpp') diff --git a/src/core/SkLinearBitmapPipeline.cpp b/src/core/SkLinearBitmapPipeline.cpp index 9c4c42cf40..37f9eb4046 100644 --- a/src/core/SkLinearBitmapPipeline.cpp +++ b/src/core/SkLinearBitmapPipeline.cpp @@ -589,4 +589,3 @@ void SkLinearBitmapPipeline::shadeSpan4f(int x, int y, SkPM4f* dst, int count) { // first pixel to the center of the last pixel. This implies that length is count-1. fFirstStage->pointSpan(Span{{x + 0.5f, y + 0.5f}, count - 1.0f, count}); } - -- cgit v1.2.3