From 059c144afbb5aa1f1b571645021a81aef37a9a45 Mon Sep 17 00:00:00 2001 From: Antonio Cardace Date: Fri, 25 Sep 2020 15:37:44 +0200 Subject: [PATCH] clients: exclude code region of nm-meta-setting-desc.c from formatting Signed-off-by: Antonio Cardace --- clients/common/nm-meta-setting-desc.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clients/common/nm-meta-setting-desc.c b/clients/common/nm-meta-setting-desc.c index 5386632e7a..a3d864a169 100644 --- a/clients/common/nm-meta-setting-desc.c +++ b/clients/common/nm-meta-setting-desc.c @@ -4299,6 +4299,8 @@ _complete_fcn_ethtool (ARGS_COMPLETE_FCN) static const NMMetaPropertyInfo property_info_BOND_OPTIONS; +// clang-format off + #define NESTED_PROPERTY_INFO_BOND(...) \ .parent_info = &property_info_BOND_OPTIONS, \ .base = { \ @@ -8280,6 +8282,8 @@ const NMMetaSettingInfoEditor nm_meta_setting_infos_editor[] = { ), }; +// clang-format on + /*****************************************************************************/ const NMMetaSettingValidPartItem *const nm_meta_setting_info_valid_parts_default[] = {