mirror of
https://github.com/zeldaret/tmc
synced 2026-07-11 15:28:41 -04:00
clang-format and newlines
This commit is contained in:
+2
-4
@@ -30,7 +30,6 @@ extern u8 gUnk_080FE1C6[];
|
||||
extern u32 gUnk_02034398;
|
||||
extern void (*const gUnk_080FE2A0[])();
|
||||
|
||||
|
||||
u32 IsItemEquipped(u32 itemID) {
|
||||
u32 ret;
|
||||
|
||||
@@ -268,7 +267,6 @@ u32 CreateItemDrop(Entity* arg0, u32 itemID, u32 itemParameter) {
|
||||
}
|
||||
*/
|
||||
|
||||
void sub_08054870(void)
|
||||
{
|
||||
gUnk_080FE2A0[gMenu.menuType]();
|
||||
void sub_08054870(void) {
|
||||
gUnk_080FE2A0[gMenu.menuType]();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user