whitespace updates
This commit is contained in:
parent
85cffcc83d
commit
e2c51a8dc6
@ -66,4 +66,3 @@ void uuid_pack(const struct uuid *uu, uuid_t ptr)
|
|||||||
|
|
||||||
memcpy(out+10, uu->node, 6);
|
memcpy(out+10, uu->node, 6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -60,4 +60,3 @@ void uuid_unpack(const uuid_t in, struct uuid *uu)
|
|||||||
|
|
||||||
memcpy(uu->node, ptr, 6);
|
memcpy(uu->node, ptr, 6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user