Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13651 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tools/skpinfo.cpp b/tools/skpinfo.cpp
index e14abd4..97171c5 100644
--- a/tools/skpinfo.cpp
+++ b/tools/skpinfo.cpp
@@ -66,8 +66,8 @@
}
if (!stream.readBool()) {
- // If we read true there's a picture playback object flattened
- // in the file; if false, there isn't a playback, so we're done
+ // If we read true there's a picture playback object flattened
+ // in the file; if false, there isn't a playback, so we're done
// reading the file.
return kSuccess;
}
@@ -95,7 +95,7 @@
// fonts) instead. This forces us to early exit when those
// chunks are encountered.
switch (tag) {
- case SK_PICT_READER_TAG:
+ case SK_PICT_READER_TAG:
if (FLAGS_tags && !FLAGS_quiet) {
SkDebugf("SK_PICT_READER_TAG %d\n", chunkSize);
}