From d8893cf100936e02e9ce038a6ba1b1b1700fb2c4 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 Nov 2023 15:23:55 +0100 Subject: [PATCH] uid_avp_db: removed trailing spaces --- src/modules/uid_avp_db/extra_attrs.c | 2 +- src/modules/uid_avp_db/uid_avp_db.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/uid_avp_db/extra_attrs.c b/src/modules/uid_avp_db/extra_attrs.c index ee9a08e7352..c8fde1bb184 100644 --- a/src/modules/uid_avp_db/extra_attrs.c +++ b/src/modules/uid_avp_db/extra_attrs.c @@ -231,7 +231,7 @@ int declare_attr_group(modparam_t type, char *_param) return 0; } -/** Initialize all queries needed by 'extra attributes' for given table. +/** Initialize all queries needed by 'extra attributes' for given table. * Variable default_res holds columns which can used by read_attrs. */ static int init_queries(db_ctx_t *ctx, registered_table_t *t) { diff --git a/src/modules/uid_avp_db/uid_avp_db.h b/src/modules/uid_avp_db/uid_avp_db.h index aca649bbacd..a22672f68bb 100644 --- a/src/modules/uid_avp_db/uid_avp_db.h +++ b/src/modules/uid_avp_db/uid_avp_db.h @@ -20,8 +20,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 */