aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-10-23 16:46:30 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-10-23 16:47:33 +0200
commit0e019528c9ac05f6adf7f17ed48cecb7a4a0ad94 (patch)
treebf053f3926753144a308cce228d362786e8adebe
parente21192dbb0dc45a22c2c8adb3fa2794a0b51ddb1 (diff)
cosmetic: Fix trailing whitespace
-rw-r--r--src/xua_asp_fsm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xua_asp_fsm.c b/src/xua_asp_fsm.c
index c5bd116..db4ffcb 100644
--- a/src/xua_asp_fsm.c
+++ b/src/xua_asp_fsm.c
@@ -1,6 +1,6 @@
/* SCCP M3UA / SUA ASP osmo_fsm according to RFC3868 4.3.1 */
/* (C) Copyright 2017 by Harald Welte <laforge@gnumonks.org>
- *
+ *
* All Rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
@@ -36,7 +36,7 @@
* * translate incoming SUA/M3UA msg_class/msg_type to xua_asp_event
* * propagate state transitions to XUA_AS_FSM via _onenter functiosn
* * notify the Layer Management of any relevant changes
- * *
+ * *
*/
/* According to RFC3868 Section 8 */
@@ -205,7 +205,7 @@ static int peer_send(struct osmo_fsm_inst *fi, int out_event, struct xua_msg *in
xua->hdr = XUA_HDR(SUA_MSGC_ASPTM, SUA_ASPTM_ACTIVE_ACK);
/* Optional: Traffic Mode Type */
/* Mandatory: Routing Context */
- //FIXME xua_msg_add_u32(xua, SUA_IEI_ROUTE_CTX,
+ //FIXME xua_msg_add_u32(xua, SUA_IEI_ROUTE_CTX,
/* Optional: Info String */
break;
case XUA_ASP_E_ASPTM_ASPIA: