diff options
author | Thomas Haller <thaller@redhat.com> | 2020-09-29 18:22:18 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-09-29 18:22:18 +0200 |
commit | f9d0489123d84eb9626987fe34dae9c43228f56d (patch) | |
tree | a8d3ac1d1553dcb0254c05f7e3e6d4c0bd26d02d /clients | |
parent | 88071abb4355a7f680d87277272d2ba34a235a9b (diff) | |
download | NetworkManager-f9d0489123d84eb9626987fe34dae9c43228f56d.tar.gz |
all: use C-style comments for "clang-format on|off"
Diffstat (limited to 'clients')
-rw-r--r-- | clients/common/nm-meta-setting-desc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/common/nm-meta-setting-desc.c b/clients/common/nm-meta-setting-desc.c index e8edc02a32..cdb3084a07 100644 --- a/clients/common/nm-meta-setting-desc.c +++ b/clients/common/nm-meta-setting-desc.c @@ -4286,9 +4286,9 @@ static const char *const *_complete_fcn_ethtool(ARGS_COMPLETE_FCN) /*****************************************************************************/ -static const NMMetaPropertyInfo property_info_BOND_OPTIONS; +/* clang-format off */ -// clang-format off +static const NMMetaPropertyInfo property_info_BOND_OPTIONS; #define NESTED_PROPERTY_INFO_BOND(...) \ .parent_info = &property_info_BOND_OPTIONS, \ @@ -8271,7 +8271,7 @@ const NMMetaSettingInfoEditor nm_meta_setting_infos_editor[] = { ), }; -// clang-format on +/* clang-format on */ /*****************************************************************************/ |