Skip to content

Commit

Permalink
dispatcher: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent cb61576 commit 097d49f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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.
Expand All @@ -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
*
*/
Expand Down
6 changes: 3 additions & 3 deletions src/modules/dispatcher/config.h
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/modules/dispatcher/ds_ht.h
Expand Up @@ -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 {
Expand Down

0 comments on commit 097d49f

Please sign in to comment.