fixeria has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/32639 )
Change subject: cosmetic: struct e1inp_ts: fix coding style ......................................................................
cosmetic: struct e1inp_ts: fix coding style
Change-Id: I64c30579f74391cefec6cdcba71e1f9e76ec9faa --- M include/osmocom/abis/e1_input.h 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
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 */