aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skpinfo.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-04 03:02:32 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-04 03:02:32 +0000
commitade9a3485e78d471f5f0902e9e50a2ec74c88e76 (patch)
tree812c5c5907c2b84a3b4f6f4902d4e7b876b31ce6 /tools/skpinfo.cpp
parent3b987595293de5a6fadd0f7c8c00eaedf5aca660 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13651 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools/skpinfo.cpp')
-rw-r--r--tools/skpinfo.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/skpinfo.cpp b/tools/skpinfo.cpp
index e14abd430b..97171c5999 100644
--- a/tools/skpinfo.cpp
+++ b/tools/skpinfo.cpp
@@ -66,8 +66,8 @@ int tool_main(int argc, char** argv) {
}
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 @@ int tool_main(int argc, char** argv) {
// 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);
}