summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Cardace <acardace@redhat.com>2020-09-28 16:00:16 +0200
committerAntonio Cardace <acardace@redhat.com>2020-09-28 16:01:23 +0200
commitb4d8e69cd4838db8f563af8955d31de63e65f93f (patch)
tree135d55a94a6939b0a488aaf7ed9598de0dabe991
parente8b54b9ddf906025a90aa185f8fe8d686ed17c27 (diff)
downloadNetworkManager-b4d8e69cd4838db8f563af8955d31de63e65f93f.tar.gz
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>
-rw-r--r--clients/cli/connections.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/clients/cli/connections.c b/clients/cli/connections.c
index 3878264b2d..97173f8610 100644
--- a/clients/cli/connections.c
+++ b/clients/cli/connections.c
@@ -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 */