mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
generator: insert parentheses to make the code clearer
Silence CID#1563781. (cherry picked from commit 3428c4b818fcd303997deb0dbcaf7cea60942bcf)
This commit is contained in:
parent
dce29c0c5f
commit
3ba2ed7e03
@ -995,5 +995,5 @@ bool generator_soft_rebooted(void) {
|
||||
return (cached = false);
|
||||
}
|
||||
|
||||
return (cached = u > 0);
|
||||
return (cached = (u > 0));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user