whitespace updates

This commit is contained in:
Mike Frysinger 2005-06-11 00:09:24 +00:00
parent 85cffcc83d
commit e2c51a8dc6
2 changed files with 6 additions and 8 deletions

View File

@ -66,4 +66,3 @@ void uuid_pack(const struct uuid *uu, uuid_t ptr)
memcpy(out+10, uu->node, 6);
}

View File

@ -60,4 +60,3 @@ void uuid_unpack(const uuid_t in, struct uuid *uu)
memcpy(uu->node, ptr, 6);
}