summaryrefslogtreecommitdiffstats
path: root/network/connection.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-04-12 18:54:40 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-04-12 18:54:40 +0000
commit1a02bbc361299198257ca32969d2d804ee9fb74c (patch)
tree6242dd9a1b4eb1a9e87ae5d62bdcd79b6b85515c /network/connection.c
parent6e42f0eaa8f2ee001ddfc8a1b8498ad1abdc20dd (diff)
Fix code style.
Diffstat (limited to 'network/connection.c')
-rw-r--r--network/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/connection.c b/network/connection.c
index 59aa3762..0e9311c4 100644
--- a/network/connection.c
+++ b/network/connection.c
@@ -622,7 +622,7 @@ connection_find_data(DBusConnection *conn, const char *path,
struct network_conn *nc;
char addr[18];
- if (!dbus_connection_get_object_path_data(conn, path, (void *)&nc))
+ if (!dbus_connection_get_object_path_data(conn, path, (void *) &nc))
return -1;
if (strcmp(pattern, nc->dev) == 0)