]> git.meshlink.io Git - utcp/commit
Convert sizeof foo to sizeof(foo).
authorGuus Sliepen <guus@meshlink.io>
Mon, 2 Oct 2017 20:40:47 +0000 (22:40 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 2 Oct 2017 20:40:47 +0000 (22:40 +0200)
commit13a73b80113568338e654aa1cb9dfb02d40b97c1
tree1eeaa7683ff74caa3054cdd3787615fff03054db
parent558c6d183e2a580b811c5603dd48c33b01a3dc7e
Convert sizeof foo to sizeof(foo).

While technically sizeof is an operator and doesn't need the parentheses
around expressions it operates on, except if they are type names, code
formatters don't seem to handle this very well.
selftest.c
test.c
utcp.c