chiark / gitweb /
tree-wide: make ++/-- usage consistent WRT spacing
authorVito Caputo <vito.caputo@coreos.com>
Tue, 23 Feb 2016 04:32:04 +0000 (20:32 -0800)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:12:57 +0000 (10:12 +0200)
commitbc983c987eb3f92eceb373ba4e1c2076b0b3ca88
treeea6f34eed7297fc3cd0a7bd64835bd310603fb7b
parent3c84247622c7d6ad51e7a49907995e3e48b5f472
tree-wide: make ++/-- usage consistent WRT spacing

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.
15 files changed:
src/basic/extract-word.c
src/basic/fileio.c
src/basic/hexdecoct.c
src/basic/hostname-util.c
src/basic/io-util.c
src/basic/string-util.c
src/basic/time-util.c
src/basic/utf8.c
src/libelogind/sd-bus/bus-message.c
src/libelogind/sd-bus/bus-objects.c
src/libelogind/sd-bus/bus-slot.c
src/libelogind/sd-bus/bus-socket.c
src/libelogind/sd-bus/bus-track.c
src/libelogind/sd-bus/sd-bus.c
src/shared/bus-util.c