Commit f3c3a7ba authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Dridi Boukelmoune

Whitespace OCD

parent 3679ddc1
......@@ -155,7 +155,7 @@ vtc_log_emit(const struct vtclog *vl)
return;
AZ(pthread_mutex_lock(&vtclog_mtx));
assert(vtclog_left > l);
memcpy(vtclog_buf,VSB_data(vl->vsb), l);
memcpy(vtclog_buf, VSB_data(vl->vsb), l);
vtclog_buf += l;
*vtclog_buf = '\0';
vtclog_left -= l;
......
......@@ -59,7 +59,7 @@ struct suckaddr *VSA_Build(void *d, const void *s, unsigned sal);
* This VRT interface is for the VCC generated ACL code, which needs
* to know the address family and a pointer to the actual address.
*/
int VSA_GetPtr(const struct suckaddr *sua, const unsigned char ** dst);
#endif
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