Separate functions with a newline.

This commit is contained in:
stefanf 2006-07-17 21:00:42 +00:00
parent 8d9a675f53
commit bd869cbeea

View File

@ -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)
{