From 006592002415323e97f3e093f1456fa7d856d821 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 24 Feb 2009 19:47:58 +0200 Subject: Minor whitespace fixes --- src/sdpd-request.c | 2 +- src/sdpd-server.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; -- cgit