Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Unified Diff: tests/ImageCacheTest.cpp

Issue 111503008: Fix some presubmit warnings. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/FlatDataTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/ImageCacheTest.cpp
diff --git a/tests/ImageCacheTest.cpp b/tests/ImageCacheTest.cpp
index 6087b7f37fe6bd24852ad0ffb8012f850ffe9fbe..a7946f49ca5e7168f3384c2267df281546b011d1 100644
--- a/tests/ImageCacheTest.cpp
+++ b/tests/ImageCacheTest.cpp
@@ -28,7 +28,7 @@ static void test_cache(skiatest::Reporter* reporter, SkScaledImageCache& cache,
for (int i = 0; i < COUNT; ++i) {
make_bm(&bm[i], DIM, DIM);
}
-
+
for (int i = 0; i < COUNT; ++i) {
SkBitmap tmp;
« no previous file with comments | « tests/FlatDataTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698