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

Commit 71b46ff3 authored by Myles Watson's avatar Myles Watson Committed by Marie Janssen
Browse files

Fix comment formatting at the beginning of lines

Test: builds
Change-Id: I691a40ad37b0cbe3ce56a09dc986df8857883b23
parent ee80cc8b
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -453,16 +453,16 @@ static void avrc_build_attribute_entries(int num_attrs,
}

/*******************************************************************************
**
** Function         avrc_bld_get_elem_attrs_rsp
**
** Description      This function builds the Get Element Attributes
**                  response.
**
** Returns          AVRC_STS_NO_ERROR, if the response is built successfully
**                  Otherwise, the error code.
**
*******************************************************************************/
 *
 * Function         avrc_bld_get_elem_attrs_rsp
 *
 * Description      This function builds the Get Element Attributes
 *                  response.
 *
 * Returns          AVRC_STS_NO_ERROR, if the response is built successfully
 *                  Otherwise, the error code.
 *
 ******************************************************************************/
static tAVRC_STS avrc_bld_get_elem_attrs_rsp(tAVRC_GET_ATTRS_RSP* p_rsp,
                                             BT_HDR* p_pkt) {
  AVRC_TRACE_API("%s", __func__);
+8 −8
Original line number Diff line number Diff line
@@ -1093,14 +1093,14 @@ static tGAP_CCB* gap_allocate_ccb(void) {
}

/*******************************************************************************
**
** Function         gap_release_ccb
**
** Description      This function releases a CCB.
**
** Returns          void
**
*******************************************************************************/
 *
 * Function         gap_release_ccb
 *
 * Description      This function releases a CCB.
 *
 * Returns          void
 *
 ******************************************************************************/
static void gap_release_ccb(tGAP_CCB* p_ccb) {
  /* Drop any buffers we may be holding */
  p_ccb->rx_queue_size = 0;
+130 −130

File changed.

Contains only whitespace changes.