diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-04-12 18:54:40 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-04-12 18:54:40 +0000 |
commit | 1a02bbc361299198257ca32969d2d804ee9fb74c (patch) | |
tree | 6242dd9a1b4eb1a9e87ae5d62bdcd79b6b85515c | |
parent | 6e42f0eaa8f2ee001ddfc8a1b8498ad1abdc20dd (diff) |
Fix code style.
-rw-r--r-- | network/connection.c | 2 |
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) |