aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-23 03:03:34 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-23 03:03:34 +0000
commit7693dbf46e9bf0159cc9032059738d418469a7ad (patch)
tree84d73470b6e81a2945c8d701a3aecc2dfdd9f4ba /include/effects
parentba7aedd6eac1e48e1902f81fa8ea93bb28a81c5f (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@14862 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/effects')
-rw-r--r--include/effects/SkGradientShader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/effects/SkGradientShader.h b/include/effects/SkGradientShader.h
index cf5cac8d58..8d1a93107d 100644
--- a/include/effects/SkGradientShader.h
+++ b/include/effects/SkGradientShader.h
@@ -143,7 +143,7 @@ public:
flags, localMatrix);
}
#endif
-
+
/**
* Returns a shader that generates a conical gradient given two circles, or
* returns NULL if the inputs are invalid. The gradient interprets the
@@ -174,7 +174,7 @@ public:
flags, localMatrix);
}
#endif
-
+
/** Returns a shader that generates a sweep gradient given a center.
<p />
CreateSweep returns a shader with a reference count of 1.
@@ -207,7 +207,7 @@ public:
return CreateSweep(cx, cy, colors, pos, count, flags, localMatrix);
}
#endif
-
+
SK_DECLARE_FLATTENABLE_REGISTRAR_GROUP()
};