From 831407a82a250e8951e24c7e471477db40c6d2ca Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 Nov 2023 15:27:22 +0100 Subject: [PATCH] core: removed trailing spaces --- src/core/atomic_ops_init.h | 2 +- src/core/bit_count.c | 2 +- src/core/comp_defs.h | 14 +++++++------- src/core/core_cmd.h | 4 ++-- src/core/lock_ops_init.h | 4 ++-- src/core/sr_compat.h | 6 +++--- src/core/ver.h | 2 +- src/main.c | 4 ++-- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/core/atomic_ops_init.h b/src/core/atomic_ops_init.h index 7cee2e12f7f..010ead6cd60 100644 --- a/src/core/atomic_ops_init.h +++ b/src/core/atomic_ops_init.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2006 iptelorg GmbH * * This file is part of Kamailio, a free SIP server. diff --git a/src/core/bit_count.c b/src/core/bit_count.c index 5a60cf983a9..3927807b342 100644 --- a/src/core/bit_count.c +++ b/src/core/bit_count.c @@ -15,7 +15,7 @@ * */ /*! - * \file + * \file * \brief Kamailio core :: * \ingroup core * Module: \ref core diff --git a/src/core/comp_defs.h b/src/core/comp_defs.h index 158baa1af34..fa586ac30dd 100644 --- a/src/core/comp_defs.h +++ b/src/core/comp_defs.h @@ -13,17 +13,17 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! * \file - * \brief Kamailio core :: compatibility defs for emergency roll-back if things do not work - * - * \ingroup core - * Module: \ref core - * + * \brief Kamailio core :: compatibility defs for emergency roll-back if things do not work + * + * \ingroup core + * Module: \ref core + * * if that happens: * - a) define PRESERVE_ZT (affects most of parser) * - b) define DONT_REMOVE_ZT (affects first line) diff --git a/src/core/core_cmd.h b/src/core/core_cmd.h index fd71ef3b543..42a817d4441 100644 --- a/src/core/core_cmd.h +++ b/src/core/core_cmd.h @@ -13,8 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/core/lock_ops_init.h b/src/core/lock_ops_init.h index 6eff737cb70..bfda6ff661c 100644 --- a/src/core/lock_ops_init.h +++ b/src/core/lock_ops_init.h @@ -1,5 +1,5 @@ -/* - * +/* + * * Copyright (C) 2007 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any diff --git a/src/core/sr_compat.h b/src/core/sr_compat.h index 5d50b027b87..7f064dda786 100644 --- a/src/core/sr_compat.h +++ b/src/core/sr_compat.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2008 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any @@ -14,10 +14,10 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ /** - * @file + * @file * @brief ser/kamailio/openser compatibility macros & vars. */ -/* +/* * History: * -------- * 2008-11-29 initial version (andrei) diff --git a/src/core/ver.h b/src/core/ver.h index 5216f0c274e..894268cde84 100644 --- a/src/core/ver.h +++ b/src/core/ver.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2010 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any diff --git a/src/main.c b/src/main.c index 8c3e34e5bc7..4f82bc1317e 100644 --- a/src/main.c +++ b/src/main.c @@ -1531,7 +1531,7 @@ int main_loop(void) "stand-alone receiver @ %s:%s", bind_address->name.s, bind_address->port_no_str.s); - /* call it also w/ PROC_MAIN to make sure modules that init things + /* call it also w/ PROC_MAIN to make sure modules that init things * only in PROC_MAIN get a chance to run */ if(init_child(PROC_MAIN) < 0) { LM_ERR("init_child(PROC_MAIN) -- exiting\n"); @@ -1689,7 +1689,7 @@ int main_loop(void) #endif /* USE_TLS */ #endif /* USE_TCP */ - /* all processes should have access to all the sockets (for + /* all processes should have access to all the sockets (for * sending) so we open all first*/ if(do_suid() == -1) goto error; /* try to drop privileges */