Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6687 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/bench/DashBench.cpp b/bench/DashBench.cpp
index e71773d..a3ed886 100644
--- a/bench/DashBench.cpp
+++ b/bench/DashBench.cpp
@@ -271,7 +271,7 @@
};
public:
- DrawPointsDashingBench(void* param, int dashLength, int strokeWidth, bool doAA)
+ DrawPointsDashingBench(void* param, int dashLength, int strokeWidth, bool doAA)
: INHERITED(param) {
fName.printf("drawpointsdash_%d_%d%s", dashLength, strokeWidth, doAA ? "_aa" : "_bw");
fStrokeWidth = strokeWidth;