core: spacing fix

This commit is contained in:
Dan Williams
2009-09-28 10:49:55 -07:00
parent e6dfbaebf7
commit aa7bb93968

View File

@@ -2731,7 +2731,7 @@ 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))
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;