fixeria has uploaded this change for review.

View Change

trxcon: cosmetic: alignment fix in trxcon_inst_alloc()

Change-Id: Icaab38b2b9e2885c4b3080140888d4b331578bb3
---
M src/host/trxcon/src/trxcon.c
1 file changed, 3 insertions(+), 3 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/71/29271/1
diff --git a/src/host/trxcon/src/trxcon.c b/src/host/trxcon/src/trxcon.c
index 9e68ec5..7e12e3b 100644
--- a/src/host/trxcon/src/trxcon.c
+++ b/src/host/trxcon/src/trxcon.c
@@ -283,9 +283,9 @@

/* Init transceiver interface */
trxcon->phyif = trx_if_open(trxcon,
- app_data.trx_bind_ip,
- app_data.trx_remote_ip,
- app_data.trx_base_port);
+ app_data.trx_bind_ip,
+ app_data.trx_remote_ip,
+ app_data.trx_base_port);
if (trxcon->phyif == NULL) {
trxcon_inst_free(trxcon);
return NULL;

To view, visit change 29271. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Icaab38b2b9e2885c4b3080140888d4b331578bb3
Gerrit-Change-Number: 29271
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange