summaryrefslogtreecommitdiff
path: root/src/enemy/peahat.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2020-11-13 23:27:50 -0800
committertheo3 <arisstephenson2@gmail.com>2020-11-13 23:27:50 -0800
commit3079c016b455c7008995d26ea227a4f05bc79988 (patch)
treefbe584b74e020cd6d25bf7904b1ab576327b62b1 /src/enemy/peahat.c
parent8fd74813959a978489e0c4917fcbfe86500debbb (diff)
clang-format and newlines
Diffstat (limited to 'src/enemy/peahat.c')
-rw-r--r--src/enemy/peahat.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/enemy/peahat.c b/src/enemy/peahat.c
index 664e1615..828c2c4d 100644
--- a/src/enemy/peahat.c
+++ b/src/enemy/peahat.c
@@ -356,7 +356,7 @@ void sub_080205F8(Entity* this) {
this->actionDelay = 60;
}
-void sub_08020604(Entity *this){
+void sub_08020604(Entity* this) {
if (!sub_08049FA0(this) && (Random() & 3)) {
this->direction = sub_08049EE4(this);
} else {
@@ -365,8 +365,6 @@ void sub_08020604(Entity *this){
}
}
-
-
// clang-format off
void (*const gPeahatFunctions[])(Entity*) = {
Peahat_OnTick,
@@ -414,4 +412,3 @@ const s8 gUnk_080CA5D4[] = {
};
*/
// clang-format on
-