From 4b1cac45f4cc9905efee39a1ee67766ef74942aa Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 5 May 2023 21:35:33 +0700 Subject: cosmetic: struct e1inp_ts: fix coding style Change-Id: I64c30579f74391cefec6cdcba71e1f9e76ec9faa --- include/osmocom/abis/e1_input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ struct e1inp_ts { /* 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 */ -- cgit v1.2.3