Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Bertrand Varin <louisbvarin@gmail.com>2018-03-31 23:01:30 +0300
committerLouis-Bertrand Varin <louisbvarin@gmail.com>2018-03-31 23:01:30 +0300
commit8324d03f0a015e62b6182843b4478226a5197090 (patch)
treefaf34febaec7c7e764d357dc5e439f6f2b1fcaf3 /tests/TestKdbx2.cpp
parent74efc57369b068a0f93cb84ac68b6c17f64c8abe (diff)
Formatting the code.
Diffstat (limited to 'tests/TestKdbx2.cpp')
-rw-r--r--tests/TestKdbx2.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/TestKdbx2.cpp b/tests/TestKdbx2.cpp
index c0a0b3074..76d5d81b4 100644
--- a/tests/TestKdbx2.cpp
+++ b/tests/TestKdbx2.cpp
@@ -18,12 +18,12 @@
#include "TestKdbx2.h"
#include "TestGlobal.h"
+#include "config-keepassx-tests.h"
+#include "core/Metadata.h"
#include "crypto/Crypto.h"
-#include "keys/PasswordKey.h"
#include "format/KeePass2Reader.h"
#include "format/KeePass2Writer.h"
-#include "core/Metadata.h"
-#include "config-keepassx-tests.h"
+#include "keys/PasswordKey.h"
#include <QBuffer>