diff options
author | 2017-07-08 16:22:29 +0000 | |
---|---|---|
committer | 2017-07-08 16:22:29 +0000 | |
commit | 6460b0e4e0a264acdc2e6822a6789492540166a5 (patch) | |
tree | aacf2b7b31d0e51e18a7f501d764c007452b1f2b /usr.bin/mandoc/roff.c | |
parent | Consistently use if (option & F_FOO); from Klemens Nanni, thanks! (diff) | |
download | wireguard-openbsd-6460b0e4e0a264acdc2e6822a6789492540166a5.tar.xz wireguard-openbsd-6460b0e4e0a264acdc2e6822a6789492540166a5.zip |
Consistently use if ((option & F_FOO) && (option & F_BAR)) instead of
if (option & F_FOO && option & F_BAR).
Prompted by a reverse diff from Klemens Nanni. Both forms are
equivalent due to operator precedence, I consider the later to be
easier on the eyes.
Diffstat (limited to 'usr.bin/mandoc/roff.c')
0 files changed, 0 insertions, 0 deletions