1
0
Fork 0
forked from len0rd/rockbox

whitespace fixes

Change-Id: I86880595b78e3cae62361c32ca57cf6f6a4ad963
This commit is contained in:
Christian Soffke 2021-10-21 22:42:01 +02:00
parent cf96a4d386
commit 1697b13693
11 changed files with 108 additions and 108 deletions

View file

@ -75,7 +75,7 @@ static void encrypt_buffer(char *buf, size_t size, uint32_t *key);
static void decrypt_buffer(char *buf, size_t size, uint32_t *key);
/* the following two functions are the reference TEA implementation by
David Wheeler and Roger Needham taken from
David Wheeler and Roger Needham taken from
http://en.wikipedia.org/wiki/Tiny_Encryption_Algorithm */
static void do_encrypt(uint32_t* v, uint32_t* k)