Minor code style update

This commit is contained in:
Benny Baumann 2022-05-19 18:13:46 +02:00
parent 44091705db
commit ef4cbae5ea
1 changed files with 10 additions and 9 deletions

View File

@ -221,7 +221,8 @@ static void updateViaExec(void) {
close(fdnull);
// Use of NULL in variadic functions must have a pointer cast.
// The NULL constant is not required by standard to have a pointer type.
execlp("systemctl",
execlp(
"systemctl",
"systemctl",
"show",
"--property=SystemState",