aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-06 07:01:54 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-06 07:01:54 +0000
commitae683921ffda9108147a29da7319c7eee4dc9245 (patch)
tree3cbbd9d92e5061a4f5d9d76ec5d2f9ccb6450733 /tools
parent53f3f31e17ab814b233080d6a76af6e9ce20abbd (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7608 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools')
-rw-r--r--tools/filtermain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/filtermain.cpp b/tools/filtermain.cpp
index 0cf56a8259..cca96e417b 100644
--- a/tools/filtermain.cpp
+++ b/tools/filtermain.cpp
@@ -185,7 +185,7 @@ static int filter_picture(const SkString& inFile, const SkString& outFile) {
const SkTDArray<SkDrawCommand*>& commands = debugCanvas.getDrawCommands();
- // hide the initial save and restore since replaying the commands will
+ // hide the initial save and restore since replaying the commands will
// re-add them
if (commands.count() > 0) {
commands[0]->setVisible(false);