aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkTLazy.h2
-rw-r--r--include/core/SkXfermode.h2
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.
*/