Skip to content

Commit

Permalink
Removed blank lines
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
  • Loading branch information
Noettore committed May 15, 2018
1 parent 635fcf2 commit 85f3b3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/enums.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ enum PROCESS {
PROCESS_COUNT,
INVALID,
PASS_OTP_GENERATE,

};

} // namespace Enums
Expand Down
4 changes: 1 addition & 3 deletions src/imitatepass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85f3b3b

Please sign in to comment.