aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_04_80.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-01-10 22:17:31 +0600
committerVadim Yanitskiy <axilirator@gmail.com>2018-01-10 22:17:31 +0600
commit0774a539da30483791c7080555ed5be088255e42 (patch)
treec86b496d497a37e60e0c0f9b9233546628e2db4b /include/osmocom/msc/gsm_04_80.h
parent7c93591b2c6d914ecb650b968abddd3177c64012 (diff)
msc/gsm_04_80.h: cosmetic: whitespace fix
Diffstat (limited to 'include/osmocom/msc/gsm_04_80.h')
-rw-r--r--include/osmocom/msc/gsm_04_80.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/msc/gsm_04_80.h b/include/osmocom/msc/gsm_04_80.h
index 40ecfba49..52d2f4aed 100644
--- a/include/osmocom/msc/gsm_04_80.h
+++ b/include/osmocom/msc/gsm_04_80.h
@@ -8,10 +8,10 @@
struct gsm_subscriber_connection;
int gsm0480_send_ussd_response(struct gsm_subscriber_connection *conn,
- const struct msgb *in_msg, const char* response_text,
+ const struct msgb *in_msg, const char* response_text,
const struct ss_request *req);
int gsm0480_send_ussd_reject(struct gsm_subscriber_connection *conn,
- const struct msgb *msg,
+ const struct msgb *msg,
const struct ss_request *request);
int msc_send_ussd_notify(struct gsm_subscriber_connection *conn, int level,