From: skia.committer@gmail.com Date: Sat, 26 Apr 2014 03:04:35 +0000 (+0000) Subject: Sanitizing source files in Housekeeper-Nightly X-Git-Tag: submit/tizen/20180928.044319~8074 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e02c5dabbbfefca3e086b3653d71a7a4a9713277;p=platform%2Fupstream%2FlibSkiaSharp.git Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@14387 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/tests/PathOpsExtendedTest.cpp b/tests/PathOpsExtendedTest.cpp index c16005af79..08954327e9 100644 --- a/tests/PathOpsExtendedTest.cpp +++ b/tests/PathOpsExtendedTest.cpp @@ -11,7 +11,7 @@ #include "SkCanvas.h" #include "SkForceLinking.h" #include "SkMatrix.h" -#include "SkPaint.h" +#include "SkPaint.h" #include "SkRTConf.h" #include "SkStream.h" #include "SkThread.h" diff --git a/tests/PathOpsSkpClipTest.cpp b/tests/PathOpsSkpClipTest.cpp index df6770d9d3..c0f028c55f 100755 --- a/tests/PathOpsSkpClipTest.cpp +++ b/tests/PathOpsSkpClipTest.cpp @@ -562,7 +562,7 @@ public: do { if (!reader.read(&c, 1)) { return false; - } + } if (c == ' ') { break; }