core: spacing fix
This commit is contained in:
@@ -2731,8 +2731,8 @@ dispose (GObject *object)
|
|||||||
/* Don't down can-assume-connection capable devices that are activated with
|
/* Don't down can-assume-connection capable devices that are activated with
|
||||||
* a connection that can be assumed.
|
* a connection that can be assumed.
|
||||||
*/
|
*/
|
||||||
if (nm_device_interface_can_assume_connection (NM_DEVICE_INTERFACE (self))
|
if ( nm_device_interface_can_assume_connection (NM_DEVICE_INTERFACE (self))
|
||||||
&& (nm_device_get_state (self) == NM_DEVICE_STATE_ACTIVATED)) {
|
&& (nm_device_get_state (self) == NM_DEVICE_STATE_ACTIVATED)) {
|
||||||
NMConnection *connection;
|
NMConnection *connection;
|
||||||
NMSettingIP4Config *s_ip4;
|
NMSettingIP4Config *s_ip4;
|
||||||
const char *method = NULL;
|
const char *method = NULL;
|
||||||
|
Reference in New Issue
Block a user