aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-07 03:02:05 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-07 03:02:05 +0000
commitc5acc6c827993602eded2d5b53fdbe29a372b4c4 (patch)
tree498383bc4eb8d52e5debb865ff4751c506beb768 /include
parent4f6318d2e64c96fba955ea9154829aee37e155b8 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13355 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/core/SkImage.h2
-rw-r--r--include/effects/SkColorMatrix.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h
index 2353655781..c9f9396166 100644
--- a/include/core/SkImage.h
+++ b/include/core/SkImage.h
@@ -85,7 +85,7 @@ public:
* ignored.
*/
const void* peekPixels(SkImageInfo* info, size_t* rowBytes) const;
-
+
/**
* Encode the image's pixels and return the result as a new SkData, which
* the caller must manage (i.e. call unref() when they are done).
diff --git a/include/effects/SkColorMatrix.h b/include/effects/SkColorMatrix.h
index 8ff45f9277..c598a1210e 100644
--- a/include/effects/SkColorMatrix.h
+++ b/include/effects/SkColorMatrix.h
@@ -19,7 +19,7 @@ public:
kG_Scale = 6,
kB_Scale = 12,
kA_Scale = 18,
-
+
kR_Trans = 4,
kG_Trans = 9,
kB_Trans = 14,