From 7b281258835932b0f5eb3c9edcbcef3f286ebef4 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 Nov 2023 15:23:53 +0100 Subject: [PATCH] h350: removed trailing spaces --- src/modules/h350/h350_exp_fn.c | 2 +- src/modules/h350/h350_mod.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/h350/h350_exp_fn.c b/src/modules/h350/h350_exp_fn.c index 5fbbe740984..a4cb1af3d94 100644 --- a/src/modules/h350/h350_exp_fn.c +++ b/src/modules/h350/h350_exp_fn.c @@ -156,7 +156,7 @@ int h350_auth_lookup(struct sip_msg *_msg, pv_elem_t *_digest_username, } - /* + /* * search for sip digest username in H.350, store digest password */ diff --git a/src/modules/h350/h350_mod.c b/src/modules/h350/h350_mod.c index bbd5936dc24..81275a13242 100644 --- a/src/modules/h350/h350_mod.c +++ b/src/modules/h350/h350_mod.c @@ -1,10 +1,10 @@ -/* +/* * Kamailio H.350 Module * * Copyright (C) 2007 University of North Carolina * * Original author: Christian Schlatter, cs@unc.edu - * + * * * This file is part of Kamailio, a free SIP server. * @@ -18,8 +18,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 * */