Minor code cleanup

This commit is contained in:
2017-11-02 18:50:59 +01:00
committed by BONNEVILLE Geoffroy
parent a0d1c82afa
commit 536bddf442

View File

@@ -487,7 +487,7 @@ namespace ModernKeePassLib.Cryptography.KeyDerivation
}
}
private static void FillSegmentThr(object o)
private static void FillSegmentThr(object o)
{
Argon2ThreadInfo ti = (o as Argon2ThreadInfo);
if(ti == null) { Debug.Assert(false); return; }