mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 19:00:16 +01:00
style: fix code formatting
Fixes: b784da83d2 ('nmcli: show sriov capability in "nmcli" output')
This commit is contained in:
parent
a7ff6b647c
commit
37582fc384
1 changed files with 3 additions and 3 deletions
|
|
@ -1298,9 +1298,9 @@ client_state(NMClient *client, GParamSpec *param, NmCli *nmc)
|
|||
static void
|
||||
device_overview(NmCli *nmc, NMDevice *device)
|
||||
{
|
||||
GString *outbuf = g_string_sized_new(80);
|
||||
char *tmp;
|
||||
const GPtrArray *activatable;
|
||||
GString *outbuf = g_string_sized_new(80);
|
||||
char *tmp;
|
||||
const GPtrArray *activatable;
|
||||
NMDeviceCapabilities caps;
|
||||
|
||||
activatable = nm_device_get_available_connections(device);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue