summaryrefslogtreecommitdiff
path: root/apps/plugins/keybox.c
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2021-10-21 22:42:01 +0200
committerChristian Soffke <christian.soffke@gmail.com>2021-10-21 22:42:01 +0200
commit1697b1369353ecfbd8c8b640e35b908e01126fc4 (patch)
tree658f636ce8def9fd2716ff823b2d2a420ebb2894 /apps/plugins/keybox.c
parentcf96a4d386324884ac9a69da66aabd9e262c7078 (diff)
downloadrockbox-1697b1369353ecfbd8c8b640e35b908e01126fc4.tar.gz
rockbox-1697b1369353ecfbd8c8b640e35b908e01126fc4.zip
whitespace fixes
Change-Id: I86880595b78e3cae62361c32ca57cf6f6a4ad963
Diffstat (limited to 'apps/plugins/keybox.c')
-rw-r--r--apps/plugins/keybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/keybox.c b/apps/plugins/keybox.c
index 1689321abe..a074ffc598 100644
--- a/apps/plugins/keybox.c
+++ b/apps/plugins/keybox.c
@@ -75,7 +75,7 @@ static void encrypt_buffer(char *buf, size_t size, uint32_t *key);
75static void decrypt_buffer(char *buf, size_t size, uint32_t *key); 75static void decrypt_buffer(char *buf, size_t size, uint32_t *key);
76 76
77/* the following two functions are the reference TEA implementation by 77/* the following two functions are the reference TEA implementation by
78 David Wheeler and Roger Needham taken from 78 David Wheeler and Roger Needham taken from
79 http://en.wikipedia.org/wiki/Tiny_Encryption_Algorithm */ 79 http://en.wikipedia.org/wiki/Tiny_Encryption_Algorithm */
80 80
81static void do_encrypt(uint32_t* v, uint32_t* k) 81static void do_encrypt(uint32_t* v, uint32_t* k)