diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-10-04 02:01:34 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-10-04 02:01:34 +0000 |
commit | 7cc7f494796afc681355b15e88c57ef2709a9220 (patch) | |
tree | 90d0468ccd0d5730c70671216523556a0ea3dae5 /src | |
parent | 3a80991b81976eb9a8f72b75da89e6969daea343 (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@5798 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-rw-r--r-- | src/core/SkPath.cpp | 2 | ||||
-rw-r--r-- | src/core/SkPathRef.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp index 2b640804d3..eb0e485ab3 100644 --- a/src/core/SkPath.cpp +++ b/src/core/SkPath.cpp @@ -64,7 +64,7 @@ SkPath::PathRefDebugRef::operator SkPathRef*() { } #endif - + //////////////////////////////////////////////////////////////////////////// diff --git a/src/core/SkPathRef.h b/src/core/SkPathRef.h index 5fbc2b56af..5f85b7b896 100644 --- a/src/core/SkPathRef.h +++ b/src/core/SkPathRef.h @@ -38,7 +38,7 @@ class SkPathRef; // This path ref should never be deleted once it is created. It should not be global but was made // so for checks when SK_DEBUG_PATH_REF is enabled. It we be re-hidden when the debugging code is // reverted. -SkPathRef* gEmptyPathRef; +SkPathRef* gEmptyPathRef; // Temporary hackery to try to nail down http://code.google.com/p/chromium/issues/detail?id=148637 #if SK_DEBUG_PATH_REF |