diff options
author | Andriy Gapon <avg@FreeBSD.org> | 2025-07-26 15:13:20 +0000 |
---|---|---|
committer | Andriy Gapon <avg@FreeBSD.org> | 2025-08-09 11:31:29 +0000 |
commit | 6b5813daf388d04e66bbf178f84ea19f45dcc182 (patch) | |
tree | 2f8bbbfbd098bb7a78799a227bff82cf3b3dfa7c /contrib/cvs/lib/mkdir.c | |
parent | 805f6029286e2045326877e8d06ae1adc2e41862 (diff) |
sys/geom: use proper style for sizeof operatorstable/13
No functional change is intended.
Missing parentheses around sizeof operands have been added with
a coccinnele patch:
@disable paren@
expression E;
@@
(
sizeof(E)
|
sizeof
+(
E
+)
)
Spaces between sizeof and a parenthesis have been removed with sed.
Discussed with: imp
(cherry picked from commit 150834f8fa57c1ee42e4dd5a42e7faf08ec5b2e5)
Diffstat (limited to 'contrib/cvs/lib/mkdir.c')
0 files changed, 0 insertions, 0 deletions