mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 01:20:07 +01:00
cli: use C comment to not break clang-formatting
clang-format will re-format this in multiple lines, use C comment to not break compilation after applying code-style with clang-format. Signed-off-by: Antonio Cardace <acardace@redhat.com>
This commit is contained in:
parent
e8b54b9ddf
commit
b4d8e69cd4
1 changed files with 1 additions and 2 deletions
|
|
@ -866,8 +866,7 @@ const NmcMetaGenericInfo *const metagen_con_active_vpn[_NMC_GENERIC_INFO_TYPE_CO
|
|||
NM_SETTING_SRIOV_SETTING_NAME"," \
|
||||
NM_SETTING_ETHTOOL_SETTING_NAME"," \
|
||||
NM_SETTING_OVS_DPDK_SETTING_NAME \
|
||||
// NM_SETTING_DUMMY_SETTING_NAME
|
||||
// NM_SETTING_WIMAX_SETTING_NAME
|
||||
/* NM_SETTING_DUMMY_SETTING_NAME NM_SETTING_WIMAX_SETTING_NAME */
|
||||
|
||||
const NmcMetaGenericInfo *const nmc_fields_con_active_details_groups[] = {
|
||||
NMC_META_GENERIC_WITH_NESTED ("GENERAL", metagen_con_active_general), /* 0 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue