Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
thexhr committed Dec 20, 2021
1 parent c9968b6 commit 3ea4c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ decrypt_msg(const char *hex, unsigned long long hex_len, size_t d_len,
* Allocated memory must be freed by the caller.
*/
char *
encrypt_msg(const char *m, unsigned long long m_len,
encrypt_msg(const char *m, unsigned long long m_len,
const unsigned char *k)
{
unsigned char *c;
Expand Down

0 comments on commit 3ea4c1c

Please sign in to comment.