style: fix code formatting
Fixes: b784da83d2
('nmcli: show sriov capability in "nmcli" output')
This commit is contained in:
@@ -1298,9 +1298,9 @@ client_state(NMClient *client, GParamSpec *param, NmCli *nmc)
|
|||||||
static void
|
static void
|
||||||
device_overview(NmCli *nmc, NMDevice *device)
|
device_overview(NmCli *nmc, NMDevice *device)
|
||||||
{
|
{
|
||||||
GString *outbuf = g_string_sized_new(80);
|
GString *outbuf = g_string_sized_new(80);
|
||||||
char *tmp;
|
char *tmp;
|
||||||
const GPtrArray *activatable;
|
const GPtrArray *activatable;
|
||||||
NMDeviceCapabilities caps;
|
NMDeviceCapabilities caps;
|
||||||
|
|
||||||
activatable = nm_device_get_available_connections(device);
|
activatable = nm_device_get_available_connections(device);
|
||||||
|
Reference in New Issue
Block a user