Skip to content

Commit bc89941

Browse files
committed
Fixing indentation
1 parent fef6fc9 commit bc89941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/DasherCore/DasherTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ namespace Options
8080

8181
enum FontSize { Normal = 1, Big = 2, VBig = 4 };
8282

83-
enum RenderingShapeTypes { DISJOINT_RECTANGLE = 0, OVERLAPPING_RECTANGLE = 1, TRIANGLE = 2, TRUNCATED_TRIANGLE = 3, QUADRIC = 4, CIRCLE = 5, CUBE = 6 };
83+
enum RenderingShapeTypes { DISJOINT_RECTANGLE = 0, OVERLAPPING_RECTANGLE = 1, TRIANGLE = 2, TRUNCATED_TRIANGLE = 3, QUADRIC = 4, CIRCLE = 5, CUBE = 6 };
8484

8585
enum ScreenGeometry {old_style = 0, square_no_xhair = 1, squish = 2, squish_and_log = 3};
8686
}

0 commit comments

Comments
 (0)