Index: tests/CodexTest.cpp |
diff --git a/tests/CodexTest.cpp b/tests/CodexTest.cpp |
index be25dc35b545c2031a92dfed2070ed7afeba147b..bdb5e7792e983c686a3de82a4d4064da76846d73 100644 |
--- a/tests/CodexTest.cpp |
+++ b/tests/CodexTest.cpp |
@@ -637,7 +637,7 @@ static void test_invalid_parameters(skiatest::Reporter* r, const char path[]) { |
return; |
} |
SkAutoTDelete<SkCodec> decoder(SkCodec::NewFromStream(stream.release())); |
- |
+ |
// This should return kSuccess because kIndex8 is supported. |
SkPMColor colorStorage[256]; |
int colorCount; |