mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-08 04:30:36 +01:00
Spacing cleanups
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@618 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
d45f1ca305
commit
4baaec607b
1 changed files with 5 additions and 5 deletions
|
|
@ -239,13 +239,13 @@ static DBusHandlerResult nmd_dbus_filter (DBusConnection *connection, DBusMessag
|
|||
{
|
||||
if (dbus_message_get_args (message, &error, DBUS_TYPE_OBJECT_PATH, &dev_object_path, DBUS_TYPE_INVALID))
|
||||
{
|
||||
char *dev_iface_name;
|
||||
guint32 dev_ip4_address;
|
||||
char * dev_iface_name;
|
||||
guint32 dev_ip4_address;
|
||||
|
||||
dev_object_path = nm_dbus_unescape_object_path (dev_object_path);
|
||||
dev_object_path = nm_dbus_unescape_object_path (dev_object_path);
|
||||
|
||||
dev_ip4_address = nmd_get_device_ip4_address (connection, dev_object_path);
|
||||
dev_iface_name = nmd_get_device_name (connection, dev_object_path);
|
||||
dev_ip4_address = nmd_get_device_ip4_address (connection, dev_object_path);
|
||||
dev_iface_name = nmd_get_device_name (connection, dev_object_path);
|
||||
|
||||
if (action == NMD_DEVICE_NOW_ACTIVE || action == NMD_DEVICE_NOW_INACTIVE)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue