diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-09-27 07:01:29 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-09-27 07:01:29 +0000 |
commit | 65caeaf32d09f5886f3c740cfef2f1c26ef9cb50 (patch) | |
tree | 283cc2895983b68958c428185b8a803eb02b25ea /gm | |
parent | 9822565d3eedc4350f6d5f40b3e50458b15923f9 (diff) |
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@11493 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm')
-rw-r--r-- | gm/gmmain.cpp | 2 | ||||
-rw-r--r-- | gm/hairlines.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp index 84d4d3ac74..e84d61ada3 100644 --- a/gm/gmmain.cpp +++ b/gm/gmmain.cpp @@ -2170,7 +2170,7 @@ int tool_main(int argc, char** argv) { SkIntToScalar(25))); gm->setStarterMatrix(perspective); - } + } SkAutoTDelete<GM> adgm(gm); ++gmIndex; if (moduloRemainder >= 0) { diff --git a/gm/hairlines.cpp b/gm/hairlines.cpp index fb7258ea4a..d0f141ba91 100644 --- a/gm/hairlines.cpp +++ b/gm/hairlines.cpp @@ -135,7 +135,7 @@ protected: } { - // Arc example to test imperfect truncation bug (crbug.com/295626) + // Arc example to test imperfect truncation bug (crbug.com/295626) static const SkScalar kRad = SkIntToScalar(2000); static const SkScalar kStartAngle = SkFloatToScalar(262.59717f); static const SkScalar kSweepAngle = SkScalarHalf(SkFloatToScalar(17.188717f)); |