mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
generator: insert parentheses to make the code clearer
Silence CID#1563781.
This commit is contained in:
@@ -1028,5 +1028,5 @@ bool generator_soft_rebooted(void) {
|
||||
return (cached = false);
|
||||
}
|
||||
|
||||
return (cached = u > 0);
|
||||
return (cached = (u > 0));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user