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[] = {