aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/MemsetTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/MemsetTest.cpp')
-rw-r--r--tests/MemsetTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/MemsetTest.cpp b/tests/MemsetTest.cpp
index 854b3c56eb..e1f844e05c 100644
--- a/tests/MemsetTest.cpp
+++ b/tests/MemsetTest.cpp
@@ -22,7 +22,7 @@ static void* simple_alloc(skiatest::Reporter* reporter, SkChunkAlloc* alloc, siz
REPORTER_ASSERT(reporter, alloc->contains(ptr));
return ptr;
}
-
+
static void test_chunkalloc(skiatest::Reporter* reporter) {
static const size_t kMin = 1024;
SkChunkAlloc alloc(kMin);