Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5e62590 authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "reduce indentation"

parents 452c0114 2a47871a
Loading
Loading
Loading
Loading
+45 −47
Original line number Diff line number Diff line
@@ -1110,7 +1110,6 @@ static uint16_t sdp_pbap_pse_dynamic_attributes_len_update(

  int xx;
  tSDP_ATTRIBUTE attr;
  if (uid_seq) {
  for (p_rec = (tSDP_RECORD*)sdp_db_service_search(NULL, uid_seq); p_rec;
       p_rec = (tSDP_RECORD*)sdp_db_service_search(p_rec, uid_seq)) {
    attr = p_rec->attribute[1];
@@ -1161,7 +1160,6 @@ static uint16_t sdp_pbap_pse_dynamic_attributes_len_update(
      break;
    }
  }
  }
  SDP_TRACE_DEBUG("pse_dynamic_attributes_len = %d",
                  p_ccb->pse_dynamic_attributes_len);
  return p_ccb->pse_dynamic_attributes_len;