samples/landlock: Add clang-format exceptions
authorMickaël Salaün <mic@digikod.net>
Fri, 6 May 2022 16:05:12 +0000 (18:05 +0200)
committerMickaël Salaün <mic@digikod.net>
Mon, 23 May 2022 11:27:46 +0000 (13:27 +0200)
commit9805a722db071e1772b80e6e0ff33f35355639ac
tree5e0e23ed2e44935fb6edfcbfb11b933ecd6240e1
parent371183fa578a4cf56b3ae12e54b7f01a4249add1
samples/landlock: Add clang-format exceptions

In preparation to a following commit, add clang-format on and
clang-format off stanzas around constant definitions.  This enables to
keep aligned values, which is much more readable than packed
definitions.

Link: https://lore.kernel.org/r/20220506160513.523257-7-mic@digikod.net
Cc: stable@vger.kernel.org
Signed-off-by: Mickaël Salaün <mic@digikod.net>
samples/landlock/sandboxer.c