summaryrefslogtreecommitdiffstats
path: root/src/host
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-12-20 16:46:10 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-12-20 16:47:21 +0100
commit4ddb2e61c7a70ba27651394c406ead4941aa2b74 (patch)
tree1e3773be8152ef716866c66cf50a43391c0441de /src/host
parent5b7fc0a8cc0247f8f956637833bbce70ed09b3f2 (diff)
layer23: Fix trailing whitespace
Diffstat (limited to 'src/host')
-rw-r--r--src/host/layer23/src/common/l1ctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/host/layer23/src/common/l1ctl.c b/src/host/layer23/src/common/l1ctl.c
index 5d6d9c0c..ddde7d26 100644
--- a/src/host/layer23/src/common/l1ctl.c
+++ b/src/host/layer23/src/common/l1ctl.c
@@ -63,7 +63,7 @@ static struct msgb *osmo_l1_alloc(uint8_t msg_type)
msg->l1h = msgb_put(msg, sizeof(*l1h));
l1h = (struct l1ctl_hdr *) msg->l1h;
l1h->msg_type = msg_type;
-
+
return msg;
}
@@ -636,7 +636,7 @@ static int rx_l1_sim_conf(struct osmocom_ms *ms, struct msgb *msg)
LOGP(DL1C, LOGL_INFO, "SIM %s\n", osmo_hexdump(data, len));
sim_apdu_resp(ms, msg);
-
+
return 0;
}