Skip to content

Commit

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

Expand Down

0 comments on commit d8893cf

Please sign in to comment.