aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-09 07:01:22 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-09 07:01:22 +0000
commit17f1ae63d57a3f3d3a0ae50e1b25b3f8b18fd328 (patch)
treeb47b9575d8c033dd9194bddf0db932956c948b25
parentc28f555f7f4259216a4a524cae6676ab2c56871a (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@10650 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--gyp/exported_api_headers.gypi2
-rw-r--r--include/core/SkFlattenableSerialization.h1
-rw-r--r--tests/ResourceCacheTest.cpp4
3 files changed, 3 insertions, 4 deletions
diff --git a/gyp/exported_api_headers.gypi b/gyp/exported_api_headers.gypi
index a105a8a831..83a16a13a3 100644
--- a/gyp/exported_api_headers.gypi
+++ b/gyp/exported_api_headers.gypi
@@ -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.
#
{
diff --git a/include/core/SkFlattenableSerialization.h b/include/core/SkFlattenableSerialization.h
index e9076348fd..2ed244c1ed 100644
--- a/include/core/SkFlattenableSerialization.h
+++ b/include/core/SkFlattenableSerialization.h
@@ -17,4 +17,3 @@ SK_API SkData* SkSerializeFlattenable(SkFlattenable*);
SK_API SkFlattenable* SkDeserializeFlattenable(const void* data, size_t size);
#endif
-
diff --git a/tests/ResourceCacheTest.cpp b/tests/ResourceCacheTest.cpp
index 59182844fb..1bb6766b2c 100644
--- a/tests/ResourceCacheTest.cpp
+++ b/tests/ResourceCacheTest.cpp
@@ -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;