diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-04-02 07:01:34 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-04-02 07:01:34 +0000 |
commit | 05a2ee052c9ef4c781b7b590b00b3d2da3b3449a (patch) | |
tree | 9b2abfbb11b046fe7aecee7a4c481474c8cedd6e /include | |
parent | a6c63a90d1b82452f422c6ba80660544f80329ae (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@8477 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkTLazy.h | 2 | ||||
-rw-r--r-- | include/core/SkXfermode.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkTLazy.h b/include/core/SkTLazy.h index 0daf98caa7..2147b6681f 100644 --- a/include/core/SkTLazy.h +++ b/include/core/SkTLazy.h @@ -85,7 +85,7 @@ public: * knows that the object has been initialized. */ T* get() const { SkASSERT(this->isValid()); return fPtr; } - + /** * Like above but doesn't assert if object isn't initialized (in which case * NULL is returned). diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h index 38273ac153..3a395225fd 100644 --- a/include/core/SkXfermode.h +++ b/include/core/SkXfermode.h @@ -128,7 +128,7 @@ public: kLastMode = kLuminosity_Mode }; - + /** * Gets the name of the Mode as a string. */ |