diff options
Diffstat (limited to 'include/core/SkRRect.h')
-rw-r--r-- | include/core/SkRRect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkRRect.h b/include/core/SkRRect.h index a900d4a2e5..eb2a770f62 100644 --- a/include/core/SkRRect.h +++ b/include/core/SkRRect.h @@ -222,7 +222,7 @@ public: enum { kSizeInMemory = 12 * sizeof(SkScalar) }; - + /** * Write the rrect into the specified buffer. This is guaranteed to always * write kSizeInMemory bytes, and that value is guaranteed to always be |