summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/enums.h1
-rw-r--r--src/imitatepass.cpp4
2 files changed, 1 insertions, 4 deletions
diff --git a/src/enums.h b/src/enums.h
index 55c98165..1551cb77 100644
--- a/src/enums.h
+++ b/src/enums.h
@@ -32,7 +32,6 @@ enum PROCESS {
PROCESS_COUNT,
INVALID,
PASS_OTP_GENERATE,
-
};
} // namespace Enums
diff --git a/src/imitatepass.cpp b/src/imitatepass.cpp
index 19f65379..783fb250 100644
--- a/src/imitatepass.cpp
+++ b/src/imitatepass.cpp
@@ -53,9 +53,7 @@ void ImitatePass::Show(QString file) {
/**
* @brief ImitatePass::OtpGenerate generates an otp code
*/
-void ImitatePass::OtpGenerate(QString file) {
-
-}
+void ImitatePass::OtpGenerate(QString file) {}
/**
* @brief ImitatePass::Insert create new file with encrypted content