Consistency with 80 char limit and breaks

This commit is contained in:
Aaron Marcher
2018-07-08 17:42:58 +02:00
parent c93971748c
commit 96ddf4e1de
9 changed files with 86 additions and 82 deletions

View File

@ -10,8 +10,8 @@
{
uintmax_t num;
if (pscanf("/proc/sys/kernel/random/entropy_avail",
"%ju", &num) != 1) {
if (pscanf("/proc/sys/kernel/random/entropy_avail", "%ju", &num)
!= 1) {
return NULL;
}