diff --git a/src/nmcli/general.c b/src/nmcli/general.c index 54985ce08..ec18b1e20 100644 --- a/src/nmcli/general.c +++ b/src/nmcli/general.c @@ -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);