Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Consistency with 80 char limit and breaks
[slstatus.git]
/
components
/
entropy.c
diff --git
a/components/entropy.c
b/components/entropy.c
index
caa698e
..
4033ffd
100644
(file)
--- a/
components/entropy.c
+++ b/
components/entropy.c
@@
-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;
}