Sanitizing source files in Housekeeper-Nightly
authorskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 9 Aug 2013 07:01:22 +0000 (07:01 +0000)
committerskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 9 Aug 2013 07:01:22 +0000 (07:01 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@10650 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/exported_api_headers.gypi
include/core/SkFlattenableSerialization.h
tests/ResourceCacheTest.cpp

index a105a8a831f9bb15b9d6de81d19c580e6c741881..83a16a13a3ddd3152d779d5e9468ec6729fa632c 100644 (file)
@@ -1,7 +1,7 @@
 # Include this gypi to include all public header files that use
 # the SK_API defines.
 #
-# The list is computed by running 'egrep -lr "SK_API" include' in the root dir 
+# The list is computed by running 'egrep -lr "SK_API" include' in the root dir
 # of the project.
 #
 {
index e9076348fde50dde5dcc3ae461c3519643bd6030..2ed244c1ed1d0d6e5f3f45894151da3c8afa7388 100644 (file)
@@ -17,4 +17,3 @@ SK_API SkData* SkSerializeFlattenable(SkFlattenable*);
 SK_API SkFlattenable* SkDeserializeFlattenable(const void* data, size_t size);
 
 #endif
-
index 59182844fb33e93ede1d2c73b87e975e6dab4cbc..1bb6766b2c1f160a245cd9b3baa3a5e3166e816e 100644 (file)
@@ -16,7 +16,7 @@ static const int gWidth = 640;
 static const int gHeight = 480;
 
 ////////////////////////////////////////////////////////////////////////////////
-static void test_cache(skiatest::Reporter* reporter, 
+static void test_cache(skiatest::Reporter* reporter,
                        GrContext* context,
                        SkCanvas* canvas) {
     const SkIRect size = SkIRect::MakeWH(gWidth, gHeight);
@@ -32,7 +32,7 @@ static void test_cache(skiatest::Reporter* reporter,
     int oldMaxNum;
     size_t oldMaxBytes;
     context->getTextureCacheLimits(&oldMaxNum, &oldMaxBytes);
-    
+
     // Set the cache limits so we can fit 10 "src" images and the
     // max number of textures doesn't matter
     size_t maxCacheSize = initialCacheSize + 10*srcSize;