aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-02-15 16:15:59 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-02-15 16:16:41 +0100
commit1bd495a7874c8112cf630149513570c4c792884d (patch)
tree442766fd471870f03b57819704d3b70cdb3dfe66
parent23aec35750556fe560e5de2f26775c5f964bd244 (diff)
comsetic: gsm0808_test: Fix trailing whitespace
-rw-r--r--tests/gsm0808/gsm0808_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gsm0808/gsm0808_test.c b/tests/gsm0808/gsm0808_test.c
index dd2ffbe9..7eb53c2b 100644
--- a/tests/gsm0808/gsm0808_test.c
+++ b/tests/gsm0808/gsm0808_test.c
@@ -499,7 +499,7 @@ static void test_create_ass2()
GSM0808_SCT_CSD | 0x90,
0xc0,
GSM0808_IE_CALL_ID,
- 0xce, 0xfa, 0xad, 0xde, /* CallID */
+ 0xce, 0xfa, 0xad, 0xde, /* CallID */
0x83, 0x45, 0x45, 0x45, 0x45, 0x45, 0x45, 0x45, 0x45, 0x45, 0x45, 0x45, 0x45, 0x45, 0x45, 0x45, 0x45, /* Kc */
GSM0808_IE_GLOBAL_CALL_REF, 0x0d, /* GCR, length */
0x03, 0x44, 0x44, 0x44, /* GCR, Net ID */
@@ -1974,7 +1974,7 @@ static void test_gsm0808_sc_cfg_from_gsm48_mr_cfg(void)
cfg.m10_2 = 0;
cfg.m12_2 = 0;
test_gsm0808_sc_cfg_from_gsm48_mr_cfg_single(&cfg);
-
+
}
static void test_gsm48_mr_cfg_from_gsm0808_sc_cfg_single(uint16_t s15_s0)