From ba09687768a91fbe1b328c7fd5637e80dd20a5d6 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Fri, 9 Jul 2021 13:27:29 +0200 Subject: [PATCH] mgcp_trunk: drop ws line Change-Id: Iac2dfe5643d87066490a77211f01ee9ee3d9fcc7 --- include/osmocom/mgcp/mgcp_trunk.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/osmocom/mgcp/mgcp_trunk.h b/include/osmocom/mgcp/mgcp_trunk.h index ba2c6c474..c62f731bb 100644 --- a/include/osmocom/mgcp/mgcp_trunk.h +++ b/include/osmocom/mgcp/mgcp_trunk.h @@ -8,7 +8,6 @@ LOGP(cat, level, "trunk:%u " fmt, \ trunk ? trunk->trunk_nr : 0, \ ## args) - enum mgcp_trunk_type { MGCP_TRUNK_VIRTUAL, MGCP_TRUNK_E1,