Sanitizing source files in Housekeeper-Nightly
authorskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Sat, 26 Apr 2014 03:04:35 +0000 (03:04 +0000)
committerskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Sat, 26 Apr 2014 03:04:35 +0000 (03:04 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@14387 2bbb7eff-a529-9590-31e7-b0007b416f81

tests/PathOpsExtendedTest.cpp
tests/PathOpsSkpClipTest.cpp

index c16005af79e6d19421ddadf82b93cf19e9a10504..08954327e96cfd99debdcace5700fe8f4d035abb 100644 (file)
@@ -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"
index df6770d9d36b4ad84a7f99ff86dbe617c7da6d7b..c0f028c55f0b563b8c1723fea11a8b23192b5b91 100755 (executable)
@@ -562,7 +562,7 @@ public:
         do {
             if (!reader.read(&c, 1)) {
                 return false;
-            }   
+            }
             if (c == ' ') {
                 break;
             }