Separate functions with a newline.
This commit is contained in:
parent
6d04d8201d
commit
c6e0a843cf
@ -282,6 +282,7 @@ le_uuid_dec(void const *buf, struct uuid *uuid)
|
||||
for (i = 0; i < _UUID_NODE_LEN; i++)
|
||||
uuid->node[i] = p[10 + i];
|
||||
}
|
||||
|
||||
void
|
||||
be_uuid_enc(void *buf, struct uuid const *uuid)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user