Skip to content

Commit

Permalink
Update include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Oct 23, 2024
1 parent 424180d commit 4113149
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/bots/follow/follow.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef TWBL_SRC_BOTS_FOLLOW_H
#define TWBL_SRC_BOTS_FOLLOW_H
#ifndef TWBL_SRC_BOTS_FOLLOW_FOLLOW_H
#define TWBL_SRC_BOTS_FOLLOW_FOLLOW_H

#include <bots/base.h>
#include <shared/types.h>
Expand Down
4 changes: 2 additions & 2 deletions src/bots/sample/sample.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef TWBL_SRC_BOTS_SAMPLE_H
#define TWBL_SRC_BOTS_SAMPLE_H
#ifndef TWBL_SRC_BOTS_SAMPLE_SAMPLE_H
#define TWBL_SRC_BOTS_SAMPLE_SAMPLE_H

#include <bots/base.h>
#include <shared/types.h>
Expand Down

0 comments on commit 4113149

Please sign in to comment.