Преглед изворни кода

uid_avp_db: removed trailing spaces

Daniel-Constantin Mierla пре 1 година
родитељ
комит
d8893cf100
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      src/modules/uid_avp_db/extra_attrs.c
  2. 2 2
      src/modules/uid_avp_db/uid_avp_db.h

+ 1 - 1
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)
 {

+ 2 - 2
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
  */