mirror of
https://github.com/pret/pokefirered.git
synced 2026-09-08 17:35:31 -05:00
Trivial style correction
This commit is contained in:
@@ -50,7 +50,8 @@ void ApplyNewEncryptionKeyToBagItems(u32 key)
|
||||
}
|
||||
}
|
||||
|
||||
void ApplyNewEncryptionKeyToBagItems_(u32 key) {
|
||||
void ApplyNewEncryptionKeyToBagItems_(u32 key)
|
||||
{
|
||||
ApplyNewEncryptionKeyToBagItems(key);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user