code style: remove space after unary "not" operator
There are no semantic changes in this commit. Suggested-by: Mike Frysinger <vapier@gentoo.org> See: https://github.com/OpenRC/openrc/pull/435#pullrequestreview-727035394
This commit is contained in:
committed by
Mike Frysinger
parent
703bdbf88e
commit
8ffc4162e2
@@ -295,7 +295,7 @@ int main(int argc, char **argv)
|
||||
/* set default path */
|
||||
setenv("PATH", path_default, 1);
|
||||
|
||||
if (! reexec)
|
||||
if (!reexec)
|
||||
init(default_runlevel);
|
||||
|
||||
if (mkfifo(RC_INIT_FIFO, 0600) == -1 && errno != EEXIST)
|
||||
|
||||
Reference in New Issue
Block a user