Skip to content

Commit 12adae7

Browse files
author
Thumperrr
committed
Alignment
1 parent 18bdcd6 commit 12adae7

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/board/Position.h

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ namespace chesspp
1313
// WIDTH is used throughout the game logic
1414
#define WIDTH 8
1515

16-
enum Direction {NORTH,
17-
NORTH_EAST,
18-
EAST,
19-
SOUTH_EAST,
20-
SOUTH, SOUTH_WEST,
21-
WEST,
22-
NORTH_WEST};
16+
enum Direction {
17+
NORTH,
18+
NORTH_EAST,
19+
EAST,
20+
SOUTH_EAST,
21+
SOUTH, SOUTH_WEST,
22+
WEST,
23+
NORTH_WEST};
24+
2325

2426
class Position
2527
{

0 commit comments

Comments
 (0)