Trivial style correction

This commit is contained in:
PikalaxALT
2019-06-21 13:12:42 -04:00
parent 6dfe2ff14d
commit 3444ac708a
+2 -1
View File
@@ -50,7 +50,8 @@ void ApplyNewEncryptionKeyToBagItems(u32 key)
}
}
void ApplyNewEncryptionKeyToBagItems_(u32 key) {
void ApplyNewEncryptionKeyToBagItems_(u32 key)
{
ApplyNewEncryptionKeyToBagItems(key);
}