From 097d49f47130481d415147c8d000cc7bfaf916bd Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 Nov 2023 15:23:53 +0100 Subject: [PATCH] dispatcher: removed trailing spaces --- src/modules/dispatcher/api.h | 6 +++--- src/modules/dispatcher/config.h | 6 +++--- src/modules/dispatcher/ds_ht.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/modules/dispatcher/api.h b/src/modules/dispatcher/api.h index 00cc919d0dd..86acb20c25a 100644 --- a/src/modules/dispatcher/api.h +++ b/src/modules/dispatcher/api.h @@ -1,6 +1,6 @@ /** * dispatcher module - * + * * Copyright (C) 2004-2006 FhG Fokus * * This file is part of Kamailio, a free SIP server. @@ -15,8 +15,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/modules/dispatcher/config.h b/src/modules/dispatcher/config.h index af3c783342c..a14f2edcda3 100644 --- a/src/modules/dispatcher/config.h +++ b/src/modules/dispatcher/config.h @@ -11,13 +11,13 @@ * 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 + * \file * \brief Dispatcher :: Configuration * \ingroup dispatcher */ diff --git a/src/modules/dispatcher/ds_ht.h b/src/modules/dispatcher/ds_ht.h index 98978809521..2f3c5c9a7fd 100644 --- a/src/modules/dispatcher/ds_ht.h +++ b/src/modules/dispatcher/ds_ht.h @@ -46,7 +46,7 @@ typedef struct _ds_cell { typedef struct _ds_entry { unsigned int esize; ds_cell_t *first; - gen_lock_t lock; + gen_lock_t lock; } ds_entry_t; typedef struct _ds_ht {