summaryrefslogtreecommitdiffstats
path: root/gisi
diff options
context:
space:
mode:
authorAki Niemi <aki.niemi@nokia.com>2011-02-04 14:55:15 +0200
committerAki Niemi <aki.niemi@nokia.com>2011-02-07 09:51:35 +0200
commitd957dbece5f8290c3f3ee05d8eab026f4419271a (patch)
tree39c440ec96ee79381a5bf024a36d19c91d288247 /gisi
parent66dab3227dc0593c9d6ede6af9f531634afa5345 (diff)
downloadofono-d957dbece5f8290c3f3ee05d8eab026f4419271a.tar.bz2
gisi: Minor style fixes
Diffstat (limited to 'gisi')
-rw-r--r--gisi/modem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gisi/modem.c b/gisi/modem.c
index 6469144b..9caa2a96 100644
--- a/gisi/modem.c
+++ b/gisi/modem.c
@@ -406,7 +406,7 @@ static void service_name_register(GIsiServiceMux *mux)
msg[9] = object & 0xFF;
sendto(mux->modem->req_fd, msg, sizeof(msg), MSG_NOSIGNAL,
- (void *)&namesrv, sizeof(namesrv));
+ (void *) &namesrv, sizeof(namesrv));
}
static void service_name_deregister(GIsiServiceMux *mux)
@@ -422,7 +422,7 @@ static void service_name_deregister(GIsiServiceMux *mux)
};
sendto(mux->modem->req_fd, msg, sizeof(msg), MSG_NOSIGNAL,
- (void *)&namesrv, sizeof(namesrv));
+ (void *) &namesrv, sizeof(namesrv));
}
static void pending_destroy(gpointer value, gpointer user)