From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 5 Oct 2020 22:27:18 +0200 Subject: New upstream version 1.27.90 --- clients/cli/devices.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'clients/cli/devices.h') diff --git a/clients/cli/devices.h b/clients/cli/devices.h index b5d646b5..8e586334 100644 --- a/clients/cli/devices.h +++ b/clients/cli/devices.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2010 - 2018 Red Hat, Inc. */ @@ -8,15 +8,15 @@ #include "nmcli.h" -void nmc_complete_device (NMClient *client, const char *prefix, gboolean wifi_only); +void nmc_complete_device(NMClient *client, const char *prefix, gboolean wifi_only); -void nmc_complete_bssid (NMClient *client, const char *ifname, const char *bssid_prefix); +void nmc_complete_bssid(NMClient *client, const char *ifname, const char *bssid_prefix); -void monitor_devices (NmCli *nmc); +void monitor_devices(NmCli *nmc); -NMDevice ** nmc_get_devices_sorted (NMClient *client); +NMDevice **nmc_get_devices_sorted(NMClient *client); -NMMetaColor nmc_device_state_to_color (NMDevice *device); +NMMetaColor nmc_device_state_to_color(NMDevice *device); extern const NmcMetaGenericInfo *const metagen_device_status[]; extern const NmcMetaGenericInfo *const metagen_device_detail_general[]; -- cgit 1.3.0-6-gf8a5