whitespace updates

This commit is contained in:
Mike Frysinger 2005-06-11 00:10:29 +00:00
parent 3968082df4
commit 68497c0bd3

View File

@ -52,4 +52,3 @@ int uuid_compare(const uuid_t uu1, const uuid_t uu2)
UUCMP(uuid1.clock_seq, uuid2.clock_seq);
return memcmp(uuid1.node, uuid2.node, 6);
}