librpc:ndr: Don’t unnecessarily parenthesize macro arguments
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 30 Nov 2023 02:31:32 +0000 (15:31 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 21 Dec 2023 20:21:34 +0000 (20:21 +0000)
commit93379df97781efb03d5fea39e89efcbcaacc2eba
tree45c3f4f16d67ce3c26872d78580ad2ebd0cadadf
parenta334ad85b820eb1613a0b58e71814bdf54f22f95
librpc:ndr: 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>
librpc/ndr/ndr_basic.c