Skip to content

Commit

Permalink
hsm_encryption.c: remove whitespace from line end
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms authored Jun 3, 2021
1 parent 8e86a57 commit 07269b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/hsm_encryption.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <sodium/utils.h>
#include <termios.h>
#include <unistd.h>
#include <stdio.h>
#include <stdio.h>

char *hsm_secret_encryption_key(const char *pass, struct secret *key)
{
Expand Down

0 comments on commit 07269b0

Please sign in to comment.