Index: tests/MemsetTest.cpp |
diff --git a/tests/MemsetTest.cpp b/tests/MemsetTest.cpp |
index 854b3c56eb1dba1a5e2b47a2e7895e3a2b665c9f..e1f844e05c5c92a25abcf67362b6e3edf318473f 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); |