mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 03:38:09 +02:00
clients: exclude code region of nm-meta-setting-desc.c from formatting
Signed-off-by: Antonio Cardace <acardace@redhat.com>
This commit is contained in:
parent
471c5b7c1d
commit
059c144afb
1 changed files with 4 additions and 0 deletions
|
|
@ -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[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue