From aa7bb939681cc2b03d53a05d6a2cfb00b001f1d9 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 28 Sep 2009 10:49:55 -0700 Subject: [PATCH] core: spacing fix --- src/nm-device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nm-device.c b/src/nm-device.c index d7e6e256c6..0d3481cb37 100644 --- a/src/nm-device.c +++ b/src/nm-device.c @@ -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;