Sanitizing source files in Housekeeper-Nightly
authorskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 18 Jul 2013 07:00:56 +0000 (07:00 +0000)
committerskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 18 Jul 2013 07:00:56 +0000 (07:00 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@10134 2bbb7eff-a529-9590-31e7-b0007b416f81

bench/HairlinePathBench.cpp
src/core/SkRegion.cpp

index b9fe584..f5b30a3 100644 (file)
@@ -54,7 +54,7 @@ protected:
         this->setupPaint(&paint);
 
         paint.setAntiAlias(fFlags & kAA_Flag ? true : false);
-        
+
         SkPath path;
         this->makePath(&path);
         if (fFlags & kBig_Flag) {
index acc530a..ca12023 100644 (file)
@@ -132,7 +132,7 @@ int SkRegion::computeRegionComplexity() const {
   }
   return fRunHead->getIntervalCount();
 }
-    
+
 bool SkRegion::setEmpty() {
     this->freeRuns();
     fBounds.set(0, 0, 0, 0);