aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2024-04-06 05:33:10 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2024-04-06 05:39:04 +0700
commitbcb59e628c055af687b14f8b090698e083a47fcc (patch)
treee2893f75a2fae8e343eabe6e301dea27ef8e6a7c
parentf60044d44b670b6757241335caf3c8ecd557cb09 (diff)
library: cosmetic: fix code formatting
-rw-r--r--library/GTPv1C_CodecPort.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/GTPv1C_CodecPort.ttcn b/library/GTPv1C_CodecPort.ttcn
index 956a6746..bf147234 100644
--- a/library/GTPv1C_CodecPort.ttcn
+++ b/library/GTPv1C_CodecPort.ttcn
@@ -28,7 +28,7 @@ module GTPv1C_CodecPort {
/* Decoded GTP1C (Control Plane), used in send and receive direction */
type record Gtp1cUnitdata {
- Gtp1cPeer peer,
+ Gtp1cPeer peer,
PDU_GTPC gtpc
}