msuraev has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/29681 )
Change subject: cosmetic: remove trailing space ......................................................................
cosmetic: remove trailing space
Change-Id: Ibecfcccd3eabd81979b2296a2dbca1ffbbec8f1c --- M include/osmocom/gsm/lapd_core.h 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/include/osmocom/gsm/lapd_core.h b/include/osmocom/gsm/lapd_core.h index 69e1087..3f31881 100644 --- a/include/osmocom/gsm/lapd_core.h +++ b/include/osmocom/gsm/lapd_core.h @@ -138,7 +138,7 @@ int reestablish; /*!< enable reestablish support */ int n200, n200_est_rel; /*!< number of retranmissions */ struct lapd_msg_ctx lctx; /*!< LAPD context */ - int maxf; /*!< maximum frame size (after defragmentation) */ + int maxf; /*!< maximum frame size (after defragmentation) */ uint8_t k; /*!< maximum number of unacknowledged frames */ uint8_t v_range; /*!< range of sequence numbers */ uint8_t v_send; /*!< seq nr of next I frame to be transmitted */
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.