cosmetic: add missing spaces

call to msc_call_connect() lacks spaces in parameter list

Change-Id: I4c11abaeff62749cbc365dfef671c4e15a85fc95
This commit is contained in:
Philipp Maier 2017-11-23 13:38:02 +01:00 committed by dexter
parent c875f84b1e
commit 2f108b09a9
1 changed files with 1 additions and 1 deletions

View File

@ -2768,7 +2768,7 @@ static int tch_rtp_connect(struct gsm_network *net, void *arg)
return 0;
}
msc_call_connect(trans,rtp->port,rtp->ip);
msc_call_connect(trans, rtp->port, rtp->ip);
return 0;
}