lib:util: Don’t unnecessarily parenthesize macro arguments
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 30 Nov 2023 02:11:10 +0000 (15:11 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 21 Dec 2023 20:21:34 +0000 (20:21 +0000)
commit7d88280baaa8289addcc50fa927a6ac856628871
tree3f370d6f0b18385ce4f6e75c55f6b928a4b4c96b
parent0a62d38b6392508c19142c41a3f1bf7eddfc4824
lib:util: Don’t unnecessarily parenthesize macro arguments

If we’re just passing a parameter to another macro which we know
correctly parenthesizes its arguments, then we don’t need to
parenthesize the parameter ourselves.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/util/bytearray.h