aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-01-10 22:24:07 +0600
committerHarald Welte <laforge@gnumonks.org>2018-01-21 11:08:26 +0000
commitabc075031b123a5b093575b37c84dfe95cc1e19e (patch)
tree650c43d7231a33a05e95a1693621a6e369428a3e /openbsc
parentfc714cad6e5d9c5f36959c7a6a51fa7f4593f697 (diff)
gsm_04_80.h: cosmetic: whitespace fix
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/gsm_04_80.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gsm_04_80.h b/openbsc/include/openbsc/gsm_04_80.h
index dd699f23d..ce1b5c2bb 100644
--- a/openbsc/include/openbsc/gsm_04_80.h
+++ b/openbsc/include/openbsc/gsm_04_80.h
@@ -7,10 +7,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,