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,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;