]> git.meshlink.io Git - utcp/commitdiff
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)
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.


No differences found