mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-23 21:00:28 +01:00
core: spacing fix
This commit is contained in:
parent
e6dfbaebf7
commit
aa7bb93968
1 changed files with 2 additions and 2 deletions
|
|
@ -2731,8 +2731,8 @@ dispose (GObject *object)
|
|||
/* Don't down can-assume-connection capable devices that are activated with
|
||||
* a connection that can be assumed.
|
||||
*/
|
||||
if (nm_device_interface_can_assume_connection (NM_DEVICE_INTERFACE (self))
|
||||
&& (nm_device_get_state (self) == NM_DEVICE_STATE_ACTIVATED)) {
|
||||
if ( nm_device_interface_can_assume_connection (NM_DEVICE_INTERFACE (self))
|
||||
&& (nm_device_get_state (self) == NM_DEVICE_STATE_ACTIVATED)) {
|
||||
NMConnection *connection;
|
||||
NMSettingIP4Config *s_ip4;
|
||||
const char *method = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue