Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@12875 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/ImageDecodingTest.cpp b/tests/ImageDecodingTest.cpp
index d39a51a..c74bb35 100644
--- a/tests/ImageDecodingTest.cpp
+++ b/tests/ImageDecodingTest.cpp
@@ -311,7 +311,7 @@
}
SkAutoLockPixels alp(bm);
- bool rightSize = ((kExpectedWidth == bm.width())
+ bool rightSize = ((kExpectedWidth == bm.width())
&& (kExpectedHeight == bm.height()));
REPORTER_ASSERT(reporter, rightSize);
if (rightSize) {
@@ -578,4 +578,3 @@
}
}
////////////////////////////////////////////////////////////////////////////////
-