Commit 67400fc2 authored by Nils Goroll's avatar Nils Goroll

whitespace ocd

parent 4d200600
......@@ -246,9 +246,9 @@ ws_alloc_digest(VRT_CTX, const size_t digestsz,
static inline void
WS_Contains(struct ws * const restrict ws, const void * const restrict ptr,
const size_t len)
const size_t len)
{
assert((char *)ptr >= ws->s && (char *)(ptr + len) <= ws->e);
assert((char *)ptr >= ws->s && (char *)(ptr + len) <= ws->e);
}
static struct digest_task *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment