Separate functions with a newline.
This commit is contained in:
parent
8d9a675f53
commit
bd869cbeea
@ -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…
x
Reference in New Issue
Block a user