1
0
mirror of synced 2024-06-08 13:47:55 +02:00

Fix whitespace

This commit is contained in:
Mason Simon 2018-05-27 19:22:44 -07:00
parent fa8830b003
commit 92c4cffaa6

View File

@ -58,7 +58,6 @@ ngx_int_t randbytes(u_char *out, int num_bytes) {
return NGX_ERROR;
}
arc4random_buf(out, num_bytes);
return NGX_OK;