Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Oct 23, 2024
1 parent 82cee2b commit 31e2dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bots/sample/sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#include <cstdlib>

#include <bots/base.h>
#include <twbl/teeworlds/protocol.h>
#include <twbl/teeworlds/character.h>
#include <twbl/teeworlds/player.h>
#include <twbl/teeworlds/protocol.h>
#include <twbl/types.h>

#include <bots/sample/sample.h>
Expand Down
2 changes: 1 addition & 1 deletion src/twbl/teeworlds/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

enum
{
WEAPON_HAMMER=0,
WEAPON_HAMMER = 0,
WEAPON_GUN,
WEAPON_SHOTGUN,
WEAPON_GRENADE,
Expand Down

0 comments on commit 31e2dea

Please sign in to comment.