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 /src/keys/FileKey.h
parent74efc57369b068a0f93cb84ac68b6c17f64c8abe (diff)
Formatting the code.
Diffstat (limited to 'src/keys/FileKey.h')
-rw-r--r--src/keys/FileKey.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/keys/FileKey.h b/src/keys/FileKey.h
index 2aa48909b..3f04edede 100644
--- a/src/keys/FileKey.h
+++ b/src/keys/FileKey.h
@@ -25,10 +25,11 @@
class QIODevice;
-class FileKey: public Key
+class FileKey : public Key
{
public:
- enum Type {
+ enum Type
+ {
None,
Hashed,
KeePass2XML,