fixeria has uploaded this change for review.

View Change

cosmetic: struct e1inp_ts: fix coding style

Change-Id: I64c30579f74391cefec6cdcba71e1f9e76ec9faa
---
M include/osmocom/abis/e1_input.h
1 file changed, 10 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/39/32639/1
diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index b40382e..0d48333 100644
--- a/include/osmocom/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -130,7 +130,7 @@
/* ip.access driver has one fd for each ts */
struct osmo_fd fd;
/* ipa keep-alive */
- struct osmo_fsm_inst* ka_fsm;
+ struct osmo_fsm_inst *ka_fsm;
} ipaccess;
struct {
/* DAHDI driver has one fd for each ts */

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

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I64c30579f74391cefec6cdcba71e1f9e76ec9faa
Gerrit-Change-Number: 32639
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange