Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaMech authored and github-actions[bot] committed Sep 15, 2024
1 parent 6da6598 commit fc46f36
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions include/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,12 +336,7 @@ enum KART_AI_BEHAVIOURS {
BEHAVIOUR_MAX_SPEED
};

enum DIRECTION {
NORTH,
EAST,
SOUTH,
WEST
};
enum DIRECTION { NORTH, EAST, SOUTH, WEST };

/**
* @brief Balloon status
Expand Down

0 comments on commit fc46f36

Please sign in to comment.