Sanitizing source files in Housekeeper-Nightly
authorskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 16 Jan 2014 07:01:48 +0000 (07:01 +0000)
committerskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 16 Jan 2014 07:01:48 +0000 (07:01 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@13105 2bbb7eff-a529-9590-31e7-b0007b416f81

src/core/SkPath.cpp

index 2f8eab20b27c2f63da3b78efb0bcaf7f932bc3ae..6692a0f94ed134b996b0b5ff28cb8a2e7f0bfb03 100644 (file)
@@ -384,7 +384,7 @@ FIXME: If the API passes fill-only, return true if the filled stroke
  thus:
     two directions are opposites iff (dirA ^ dirB) == 0x2
     two directions are perpendicular iff (dirA ^ dirB) == 0x1
+
  */
 static int rect_make_dir(SkScalar dx, SkScalar dy) {
     return ((0 != dx) << 0) | ((dx > 0 || dy > 0) << 1);