Skip to content

Commit

Permalink
cosmetic: mme: Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pespin committed Dec 20, 2023
1 parent 7728172 commit d02df81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mme/mme-s6a-handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
static uint8_t emm_cause_from_diameter(
const uint32_t *dia_err, const uint32_t *dia_exp_err);

static uint8_t mme_ue_session_from_slice_data(mme_ue_t *mme_ue,
static uint8_t mme_ue_session_from_slice_data(mme_ue_t *mme_ue,
ogs_slice_data_t *slice_data);

uint8_t mme_s6a_handle_aia(
Expand Down Expand Up @@ -299,7 +299,7 @@ void mme_s6a_handle_clr(mme_ue_t *mme_ue, ogs_diam_s6a_message_t *s6a_message)
}
}

static uint8_t mme_ue_session_from_slice_data(mme_ue_t *mme_ue,
static uint8_t mme_ue_session_from_slice_data(mme_ue_t *mme_ue,
ogs_slice_data_t *slice_data)
{
int i;
Expand Down

0 comments on commit d02df81

Please sign in to comment.