diff options
| author | Reinmmar <herwig.orlich@gmail.com> | 2023-09-18 19:03:19 +0200 |
|---|---|---|
| committer | Reinmmar <herwig.orlich@gmail.com> | 2023-09-18 19:03:19 +0200 |
| commit | 47e6390a4f4cd917169df379b68a3ee8ea72fe60 (patch) | |
| tree | 7550df1976fb3bf394f2b7c344a488832258e21b /src/item | |
| parent | ed438ebd7855cf3342b61515102e08d42ef7c23e (diff) | |
clang-format wanted this change
Diffstat (limited to 'src/item')
| -rw-r--r-- | src/item/itemPegasusBoots.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item/itemPegasusBoots.c b/src/item/itemPegasusBoots.c index 68a489c8..8b77d94a 100644 --- a/src/item/itemPegasusBoots.c +++ b/src/item/itemPegasusBoots.c @@ -14,7 +14,7 @@ void sub_08076A88(ItemBehavior*, u32); extern u16 gUnk_0800275C[]; extern u8 gUnk_0811BE38[]; -void ItemPegasusBoots(ItemBehavior* this, u32 index) { +void ItemPegasusBoots(ItemBehavior * this, u32 index) { static void (*const ItemPegasusBoots_StateFunctions[])(ItemBehavior* beh, u32) = { sub_080768F8, sub_08076964, |
