Formatting the code.

This commit is contained in:
Louis-Bertrand Varin
2018-03-31 16:01:30 -04:00
parent 74efc57369
commit 8324d03f0a
294 changed files with 3796 additions and 3740 deletions

View File

@@ -26,8 +26,8 @@
#include "core/Metadata.h"
#include "core/Tools.h"
#include "crypto/Crypto.h"
#include "crypto/kdf/AesKdf.h"
#include "crypto/CryptoHash.h"
#include "crypto/kdf/AesKdf.h"
#include "format/KeePass2Reader.h"
#include "format/KeePass2Writer.h"
#include "keys/FileKey.h"
@@ -231,7 +231,8 @@ void TestKeys::benchmarkTransformKey()
kdf.setSeed(seed);
kdf.setRounds(1e6);
QBENCHMARK {
QBENCHMARK
{
Q_UNUSED(compositeKey.transform(kdf, result));
};
}