Skip to content

Commit

Permalink
core: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent db1e376 commit 831407a
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion src/core/bit_count.c
Expand Up @@ -15,7 +15,7 @@
*
*/
/*!
* \file
* \file
* \brief Kamailio core ::
* \ingroup core
* Module: \ref core
Expand Down
14 changes: 7 additions & 7 deletions src/core/comp_defs.h
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions src/core/core_cmd.h
Expand Up @@ -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
*/

Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/core/ver.h
@@ -1,4 +1,4 @@
/*
/*
* Copyright (C) 2010 iptelorg GmbH
*
* Permission to use, copy, modify, and distribute this software for any
Expand Down
4 changes: 2 additions & 2 deletions src/main.c
Expand Up @@ -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");
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 831407a

Please sign in to comment.