dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bsc/+/31685 )
Change subject: pcu_sock: cosmetic: remove whitespace after type cast
......................................................................
pcu_sock: cosmetic: remove whitespace after type cast
Change-Id: Iddc1bd703b4a200202ffa87d24a167e3fe39da18
---
M src/osmo-bsc/pcu_sock.c
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/85/31685/1
diff --git a/src/osmo-bsc/pcu_sock.c b/src/osmo-bsc/pcu_sock.c
index 1d7b061..7160210 100644
--- a/src/osmo-bsc/pcu_sock.c
+++ b/src/osmo-bsc/pcu_sock.c
@@ -917,7 +917,7 @@
bts = llist_entry(state->net->bts_list.next, struct gsm_bts, list);
len = sizeof(un_addr);
- fd = accept(bfd->fd, (struct sockaddr *) &un_addr, &len);
+ fd = accept(bfd->fd, (struct sockaddr *)&un_addr, &len);
if (fd < 0) {
LOG_BTS(bts, DPCU, LOGL_ERROR, "Failed to accept a new connection\n");
return -1;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/31685
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Iddc1bd703b4a200202ffa87d24a167e3fe39da18
Gerrit-Change-Number: 31685
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newchange