diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-09 07:01:15 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-09 07:01:15 +0000 |
commit | eed625df23ee83a94f1814c43744b1961b79adf1 (patch) | |
tree | eff5f6f9e707ecde29b0aefc0094c6b28534d68b /include/core | |
parent | 2d137b6f8a29bf99c810aef35af6ba4ffc39932d (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@8059 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkRect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkRect.h b/include/core/SkRect.h index ae0ac4f9e8..b2f515129d 100644 --- a/include/core/SkRect.h +++ b/include/core/SkRect.h @@ -769,7 +769,7 @@ struct SK_API SkRect { * other. When this returns, left <= right && top <= bottom */ void sort(); - + /** * cast-safe way to treat the rect as an array of (4) SkScalars. */ |