aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops/SkPathOpsBounds.h
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-09 07:01:27 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-09 07:01:27 +0000
commit3284017a60ea4fc3dc5b95838ba0c301ee1e4e8d (patch)
tree0318a5fc58b43774f820f8f2beddbe9870ec7a9a /src/pathops/SkPathOpsBounds.h
parent8e029e6e59024b80e8f71924369a540699754de3 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@8568 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/pathops/SkPathOpsBounds.h')
-rw-r--r--src/pathops/SkPathOpsBounds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathops/SkPathOpsBounds.h b/src/pathops/SkPathOpsBounds.h
index 8102032813..e4dd030ecb 100644
--- a/src/pathops/SkPathOpsBounds.h
+++ b/src/pathops/SkPathOpsBounds.h
@@ -52,7 +52,7 @@ struct SkPathOpsBounds : public SkRect {
fLeft = fRight = pt.fX;
fTop = fBottom = pt.fY;
}
-
+
typedef SkRect INHERITED;
};