Skip to content

Commit c89b0cc

Browse files
committed
Code formatting
1 parent 1e6e050 commit c89b0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/yup_graphics/primitives/yup_Path.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class YUP_API Path
5353
/** Represents a segment in a path with its verb and associated points. */
5454
struct Segment
5555
{
56-
Verb verb; /**< The type of path operation. */
56+
Verb verb; /**< The type of path operation. */
5757
Point<float> point; /**< The main point (end point for most operations). */
5858
Point<float> controlPoint1; /**< First control point for curves. */
5959
Point<float> controlPoint2; /**< Second control point for cubic curves. */

0 commit comments

Comments
 (0)