Trivial style correction
This commit is contained in:
+2
-1
@@ -50,7 +50,8 @@ void ApplyNewEncryptionKeyToBagItems(u32 key)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ApplyNewEncryptionKeyToBagItems_(u32 key) {
|
void ApplyNewEncryptionKeyToBagItems_(u32 key)
|
||||||
|
{
|
||||||
ApplyNewEncryptionKeyToBagItems(key);
|
ApplyNewEncryptionKeyToBagItems(key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user