Skip to content

Commit

Permalink
Revert "fix: format."
Browse files Browse the repository at this point in the history
This reverts commit e69c6e6.
  • Loading branch information
lvpengwei committed Nov 18, 2024
1 parent e69c6e6 commit 19ca9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Path.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static SkPathDirection ToSkDirection(bool reversed) {
return reversed ? SkPathDirection::kCCW : SkPathDirection::kCW;
}

#define DistanceToControlPoint(radStep) (4 * tanf((radStep) * 0.25f) / 3)
#define DistanceToControlPoint(radStep) (4 * tanf((radStep)*0.25f) / 3)

class PointIterator {
public:
Expand Down

0 comments on commit 19ca9d1

Please sign in to comment.