aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-05 03:02:06 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-05 03:02:06 +0000
commitf1f66c0c8623805fdb88f09c0d87cbdd1745e12b (patch)
tree42465865038f6aed09759cfc097719dff7393adb /include
parentfab349c0bf3a305b7a7388b77bab13b0f7b37393 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13665 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/core/SkRRect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkRRect.h b/include/core/SkRRect.h
index 257c8236e2..c996346442 100644
--- a/include/core/SkRRect.h
+++ b/include/core/SkRRect.h
@@ -224,7 +224,7 @@ public:
void outset(SkScalar dx, SkScalar dy) {
this->inset(-dx, -dy, this);
}
-
+
/**
* Translate the rrect by (dx, dy).
*/