mirror of
https://github.com/sheumann/hush.git
synced 2025-03-01 12:30:09 +00:00
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);
|
||||
}
|
||||
|
||||
|
@ -60,4 +60,3 @@ void uuid_unpack(const uuid_t in, struct uuid *uu)
|
||||
|
||||
memcpy(uu->node, ptr, 6);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user