Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@14984 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tools/PictureBenchmark.cpp b/tools/PictureBenchmark.cpp
index f1d0003..30967c7 100644
--- a/tools/PictureBenchmark.cpp
+++ b/tools/PictureBenchmark.cpp
@@ -183,8 +183,8 @@
// longer generating SVG graphs.
#if 0
fWriter->tileData(
- &perTileTimerData,
- timeFormat.c_str(),
+ &perTileTimerData,
+ timeFormat.c_str(),
fTimerResult,
timerTypes);
#endif
@@ -194,7 +194,7 @@
}
fWriter->addTileFlag(PictureResultsWriter::kAvg);
fWriter->tileData(
- &longRunningTimerData,
+ &longRunningTimerData,
tiledRenderer->getNormalTimeFormat().c_str(),
TimerData::kAvg_Result,
timerTypes,