laforge has submitted this change. ( 
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(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, approved
  Jenkins Builder: Verified




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: 2
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to