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:
authorBalazs Gyurak <ba32107@gmail.com>2019-11-18 09:57:04 +0300
committerJonathan White <support@dmapps.us>2019-11-23 18:07:39 +0300
commitc0b1c9e1062afbad86b365eac1c13fa3d82488a1 (patch)
tree46baac15cbcd4e2670962d3cb29521aa51280a87 /tests/TestCli.cpp
parent6c65b486e4d6ecdd1f4ab819bf01f4ca696b293a (diff)
Run code formatter
Diffstat (limited to 'tests/TestCli.cpp')
-rw-r--r--tests/TestCli.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestCli.cpp b/tests/TestCli.cpp
index 8a9ab50ce..9a2756eac 100644
--- a/tests/TestCli.cpp
+++ b/tests/TestCli.cpp
@@ -23,13 +23,13 @@
#include "core/Global.h"
#include "core/Tools.h"
#include "crypto/Crypto.h"
-#include "keys/drivers/YubiKey.h"
#include "format/Kdbx3Reader.h"
#include "format/Kdbx3Writer.h"
#include "format/Kdbx4Reader.h"
#include "format/Kdbx4Writer.h"
#include "format/KdbxXmlReader.h"
#include "format/KeePass2.h"
+#include "keys/drivers/YubiKey.h"
#include "cli/Add.h"
#include "cli/AddGroup.h"