From ade9a3485e78d471f5f0902e9e50a2ec74c88e76 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Tue, 4 Mar 2014 03:02:32 +0000 Subject: Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@13651 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tools/skpinfo.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/skpinfo.cpp') 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); } -- cgit v1.2.3