diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-24 19:47:58 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-24 19:47:58 +0200 |
commit | 006592002415323e97f3e093f1456fa7d856d821 (patch) | |
tree | f53f89e4ffd4e67145f60c3a0e99e94b9bfde2de /src | |
parent | 1d5d3e7b1686a9c04f8d276b14b571ddccfb1b51 (diff) |
Minor whitespace fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/sdpd-request.c | 2 | ||||
-rw-r--r-- | src/sdpd-server.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sdpd-request.c b/src/sdpd-request.c index 1015213f..b5e9fe10 100644 --- a/src/sdpd-request.c +++ b/src/sdpd-request.c @@ -908,7 +908,7 @@ send_rsp: bt_put_unaligned(htons(status), (uint16_t *)rsp.data); rsp.data_size = sizeof(uint16_t); } - + SDPDBG("Sending rsp. status %d", status); rsphdr->tid = reqhdr->tid; diff --git a/src/sdpd-server.c b/src/sdpd-server.c index aa1426a1..6cc09590 100644 --- a/src/sdpd-server.c +++ b/src/sdpd-server.c @@ -177,7 +177,7 @@ static gboolean io_session_event(GIOChannel *chan, GIOCondition cond, gpointer d sdp_svcdb_collect_all(sk); return FALSE; } - + handle_request(sk, buf, len); return TRUE; |