Skip to content

Commit

Permalink
clang format (n64decomp#682)
Browse files Browse the repository at this point in the history
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 23, 2024
1 parent 8179794 commit 9cb6bf6
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 9cb6bf6

Please sign in to comment.