[USSD] whitespace fixes

This is a purely cosmetic patch
This commit is contained in:
Harald Welte 2009-10-26 20:42:07 +01:00
parent 2449b37dfe
commit 17e5f97958
1 changed files with 12 additions and 12 deletions

View File

@ -245,7 +245,7 @@ static int parse_process_uss_req(u_int8_t *uss_req_data, u_int8_t length,
}
/* Send response to a mobile-originated ProcessUnstructuredSS-Request */
int gsm0480_send_ussd_response(const struct msgb *in_msg, const char* response_text,
int gsm0480_send_ussd_response(const struct msgb *in_msg, const char *response_text,
const struct ussd_request *req)
{
struct msgb *msg = gsm48_msgb_alloc();