mirror of
https://github.com/pikami/slstatus.git
synced 2026-01-24 20:32:56 +00:00
Consistency with 80 char limit and breaks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user