From 8a0014403563e7a76f6f7d2e9bf42b0b8c3ceb26 Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Wed, 19 Sep 2018 11:31:27 -0400 Subject: test,tools: whitespace changes for clang-format Change-Id: I67529f6c0ac26da603f60af22c620f8f603d8a19 Reviewed-on: https://skia-review.googlesource.com/155564 Commit-Queue: Ben Wagner Reviewed-by: Ben Wagner Auto-Submit: Hal Canary --- samplecode/SampleAll.cpp | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'samplecode/SampleAll.cpp') diff --git a/samplecode/SampleAll.cpp b/samplecode/SampleAll.cpp index d34678f978..0d6042c33f 100644 --- a/samplecode/SampleAll.cpp +++ b/samplecode/SampleAll.cpp @@ -4,36 +4,37 @@ * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ + #include "Sample.h" -#include "SkBlurMask.h" -#include "SkCanvas.h" + +#include "DecodeFile.h" #include "Sk1DPathEffect.h" #include "Sk2DPathEffect.h" +#include "SkBlurMask.h" #include "SkBlurMaskFilter.h" +#include "SkCanvas.h" #include "SkColorMatrixFilter.h" #include "SkColorPriv.h" #include "SkCornerPathEffect.h" #include "SkDashPathEffect.h" #include "SkDiscretePathEffect.h" #include "SkEmbossMaskFilter.h" -#include "SkReadBuffer.h" -#include "SkWriteBuffer.h" #include "SkGradientShader.h" #include "SkMath.h" #include "SkPath.h" -#include "SkPictureRecorder.h" -#include "SkRegion.h" -#include "SkShader.h" -#include "SkCornerPathEffect.h" #include "SkPathMeasure.h" #include "SkPicture.h" +#include "SkPictureRecorder.h" #include "SkRandom.h" +#include "SkReadBuffer.h" +#include "SkRegion.h" +#include "SkShader.h" #include "SkTextOnPath.h" #include "SkTypeface.h" #include "SkUTF.h" +#include "SkWriteBuffer.h" #include -#include "DecodeFile.h" class Dot2DPathEffect : public Sk2DPathEffect { public: -- cgit v1.2.3