From 63fd760a37905c45d26fc3d49cac261fad1b4808 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Mon, 9 Oct 2017 15:45:33 -0400 Subject: Remove trailing whitespace. Also adds a presubmit to prevent adding trailing whitespace to source code in the future. Change-Id: I41a4df81487f6f00aa19b188f0cac6a3377efde6 Reviewed-on: https://skia-review.googlesource.com/57380 Reviewed-by: Ravi Mistry Reviewed-by: Mike Reed Commit-Queue: Ben Wagner --- src/pathops/SkPathWriter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pathops/SkPathWriter.h') diff --git a/src/pathops/SkPathWriter.h b/src/pathops/SkPathWriter.h index 5dd1bf6f60..6534b840c1 100644 --- a/src/pathops/SkPathWriter.h +++ b/src/pathops/SkPathWriter.h @@ -43,7 +43,7 @@ private: bool someAssemblyRequired(); void update(const SkOpPtT* pt); - SkPath fCurrent; // contour under construction + SkPath fCurrent; // contour under construction SkTArray fPartials; // contours with mismatched starts and ends SkTDArray fEndPtTs; // possible pt values for partial starts and ends SkPath* fPathPtr; // closed contours are written here -- cgit v1.2.3