remove trailing whitespace
This commit is contained in:
@@ -86,7 +86,7 @@ hex_decode(const char *str, void *data, size_t len)
|
||||
size_t l;
|
||||
unsigned char *p = data;
|
||||
size_t i;
|
||||
|
||||
|
||||
l = strlen(str);
|
||||
|
||||
/* check for overflow, same as (l+1)/2 but overflow safe */
|
||||
|
Reference in New Issue
Block a user