--- src/sdp-client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sdp-client.c b/src/sdp-client.c index f9412f0..fbe266e 100644 --- a/src/sdp-client.c +++ b/src/sdp-client.c @@ -67,7 +67,8 @@ static gboolean cached_session_expired(gpointer user_data) return FALSE; } -static sdp_session_t *get_cached_sdp_session(const bdaddr_t *src, const bdaddr_t *dst) +static sdp_session_t *get_cached_sdp_session(const bdaddr_t *src, + const bdaddr_t *dst) { GSList *l; -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html