Separate functions with a newline.

This commit is contained in:
Stefan Farfeleder 2006-07-17 21:00:42 +00:00
parent 6d04d8201d
commit c6e0a843cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160448

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