[clang-tidy] do not return in void functions

Found with readability-redundant-control-flow

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2020-04-18 21:23:13 -07:00
parent 13ae035211
commit bd89499e07
No known key found for this signature in database
GPG key ID: 36D31CFA845F0E3B
17 changed files with 0 additions and 33 deletions

View file

@ -177,7 +177,6 @@ void random_get_bytes(void *buf, size_t nbytes)
sizeof(ul_jrand_seed)-sizeof(unsigned short));
}
#endif
return;
}