From d460892bbfece74fb6d3cd846bf6ef548290be41 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 8 May 2020 21:40:53 +0200 Subject: New upstream version 1.24.0 --- clients/cli/utils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'clients/cli/utils.c') diff --git a/clients/cli/utils.c b/clients/cli/utils.c index d0d553b9..5e54fdb1 100644 --- a/clients/cli/utils.c +++ b/clients/cli/utils.c @@ -1078,9 +1078,9 @@ _print_fill (const NmcConfig *nmc_config, nm_assert (!to_free || value == to_free); - if ( is_default - && ( nmc_config->overview - || NM_FLAGS_HAS (text_out_flags, NM_META_ACCESSOR_GET_OUT_FLAGS_HIDE))) { + if ( ( is_default + && nmc_config->overview) + || NM_FLAGS_HAS (text_out_flags, NM_META_ACCESSOR_GET_OUT_FLAGS_HIDE)) { /* don't mark the entry for display. This is to shorten the output in case * the property is the default value. But we only do that, if the user * opts in to this behavior (-overview), or of the property marks itself -- cgit 1.3.0-6-gf8a5