From bbd5186b00601f502e90744d7197a30b83015250 Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Mon, 14 Sep 2020 13:12:09 -0700 Subject: [PATCH] Remove the empty line To avoid a merge conflict Test: compile Change-Id: I7cab2bd47574850e390ffc3673eaeb3d2941ef24 --- stack/sdp/sdp_server.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/stack/sdp/sdp_server.cc b/stack/sdp/sdp_server.cc index 9b9ad30f9..9e3dd6197 100644 --- a/stack/sdp/sdp_server.cc +++ b/stack/sdp/sdp_server.cc @@ -825,5 +825,4 @@ static void process_service_search_attr_req(tCONN_CB* p_ccb, uint16_t trans_num, /* Send the buffer through L2CAP */ L2CA_DataWrite(p_ccb->connection_id, p_buf); } - #endif /* SDP_SERVER_ENABLED == TRUE */ -- 2.11.0