From a469a90d5e8c65a6afb9bafbc60d3e1e529f6ad7 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 31 May 2019 15:37:50 +0200 Subject: [PATCH] cosmetic: gtp.h: Remove trailing whitespaces Change-Id: I60f8cf5e36bcef767f90b150a488a800445bf744 --- gtp/gtp.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gtp/gtp.h b/gtp/gtp.h index 6582319..ec6aef3 100644 --- a/gtp/gtp.h +++ b/gtp/gtp.h @@ -1,12 +1,12 @@ -/* +/* * OsmoGGSN - Gateway GPRS Support Node * Copyright (C) 2002, 2003, 2004 Mondru AB. - * + * * The contents of this file may be used under the terms of the GNU * General Public License Version 2, provided that the above copyright * notice and this permission notice is included in all copies or * substantial portions of the software. - * + * */ #ifndef _GTP_H @@ -142,7 +142,7 @@ struct ul66_t; struct ul16_t; struct pdp_t; -/* GTP 0 header. +/* GTP 0 header. * Explanation to some of the fields: * SNDCP NPDU Number flag = 0 except for inter SGSN handover situations * SNDCP N-PDU LCC Number 0 = 0xff except for inter SGSN handover situations @@ -231,13 +231,13 @@ union gtp_packet { * Information storage for each gsn instance * * Normally each instance of the application corresponds to - * one instance of a gsn. - * + * one instance of a gsn. + * * In order to avoid global variables in the application, and * also in order to allow several instances of a gsn in the same * application this struct is provided in order to store all * relevant information related to the gsn. - * + * * Note that this does not include information storage for ' * each pdp context. This is stored in another struct. *************************************************************/