Re-format code to avoid overly long lines and declarations
This commit is contained in:
@@ -28,7 +28,10 @@ uc_hex_encode(const uint8_t *restrict in, size_t len, char *restrict out)
|
||||
}
|
||||
|
||||
char*
|
||||
uc_hex_encode_delim(const uint8_t *restrict in, size_t inlen, char *restrict out, int outlen, const char *restrict delim)
|
||||
uc_hex_encode_delim(
|
||||
const uint8_t *restrict in, size_t inlen,
|
||||
char *restrict out, int outlen,
|
||||
const char *restrict delim)
|
||||
{
|
||||
size_t i;
|
||||
char *outp = out;
|
||||
|
||||
Reference in New Issue
Block a user