mirror of
https://github.com/systemd/systemd.git
synced 2026-07-11 18:13:31 +00:00
Throughout the tree there's spurious use of spaces separating ++ and -- operators from their respective operands. Make ++ and -- operator consistent with the majority of existing uses; discard the spaces.