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

Unified Diff: tests/StreamTest.cpp

Issue 1842753002: Style bikeshed - remove extraneous whitespace (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 months 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/SpecialImageTest.cpp ('k') | tests/SubsetPath.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/StreamTest.cpp
diff --git a/tests/StreamTest.cpp b/tests/StreamTest.cpp
index a3df8d71bb4dde6ab18d453b94be83dc35032471..fe4da0f5fbcbdbb2560a94c549e34a6f18eb815e 100644
--- a/tests/StreamTest.cpp
+++ b/tests/StreamTest.cpp
@@ -283,9 +283,9 @@ static void test_peeking_front_buffered_stream(skiatest::Reporter* r,
}
}
-// This test uses file system operations that don't work out of the
-// box on iOS. It's likely that we don't need them on iOS. Ignoring for now.
-// TODO(stephana): Re-evaluate if we need this in the future.
+// This test uses file system operations that don't work out of the
+// box on iOS. It's likely that we don't need them on iOS. Ignoring for now.
+// TODO(stephana): Re-evaluate if we need this in the future.
#ifndef SK_BUILD_FOR_IOS
DEF_TEST(StreamPeek, reporter) {
// Test a memory stream.
@@ -434,4 +434,3 @@ DEF_TEST(StreamEmptyStreamMemoryBase, r) {
SkAutoTDelete<SkStreamAsset> asset(tmp.detachAsStream());
REPORTER_ASSERT(r, nullptr == asset->getMemoryBase());
}
-
« no previous file with comments | « tests/SpecialImageTest.cpp ('k') | tests/SubsetPath.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698