浏览代码

p_usrloc: removed trailing spaces

Daniel-Constantin Mierla 1 年之前
父节点
当前提交
f2c035a057
共有 46 个文件被更改,包括 113 次插入113 次删除
  1. 1 1
      src/modules/p_usrloc/config.c
  2. 3 3
      src/modules/p_usrloc/config.h
  3. 2 2
      src/modules/p_usrloc/dlist.c
  4. 2 2
      src/modules/p_usrloc/dlist.h
  5. 2 2
      src/modules/p_usrloc/hslot.c
  6. 2 2
      src/modules/p_usrloc/hslot.h
  7. 10 10
      src/modules/p_usrloc/p_usrloc_mod.c
  8. 9 9
      src/modules/p_usrloc/ucontact.c
  9. 2 2
      src/modules/p_usrloc/ucontact.h
  10. 3 3
      src/modules/p_usrloc/udomain.c
  11. 3 3
      src/modules/p_usrloc/ul_callback.c
  12. 2 2
      src/modules/p_usrloc/ul_check.c
  13. 2 2
      src/modules/p_usrloc/ul_check.h
  14. 2 2
      src/modules/p_usrloc/ul_db.c
  15. 2 2
      src/modules/p_usrloc/ul_db.h
  16. 2 2
      src/modules/p_usrloc/ul_db_api.c
  17. 2 2
      src/modules/p_usrloc/ul_db_api.h
  18. 2 2
      src/modules/p_usrloc/ul_db_del.c
  19. 2 2
      src/modules/p_usrloc/ul_db_del.h
  20. 2 2
      src/modules/p_usrloc/ul_db_failover.c
  21. 2 2
      src/modules/p_usrloc/ul_db_failover.h
  22. 2 2
      src/modules/p_usrloc/ul_db_failover_func.c
  23. 2 2
      src/modules/p_usrloc/ul_db_failover_func.h
  24. 2 2
      src/modules/p_usrloc/ul_db_form_query.c
  25. 2 2
      src/modules/p_usrloc/ul_db_form_query.h
  26. 2 2
      src/modules/p_usrloc/ul_db_handle.c
  27. 2 2
      src/modules/p_usrloc/ul_db_handle.h
  28. 2 2
      src/modules/p_usrloc/ul_db_ins.c
  29. 2 2
      src/modules/p_usrloc/ul_db_ins.h
  30. 2 2
      src/modules/p_usrloc/ul_db_ins_upd.c
  31. 2 2
      src/modules/p_usrloc/ul_db_ins_upd.h
  32. 2 2
      src/modules/p_usrloc/ul_db_query.c
  33. 2 2
      src/modules/p_usrloc/ul_db_query.h
  34. 2 2
      src/modules/p_usrloc/ul_db_repl.c
  35. 2 2
      src/modules/p_usrloc/ul_db_repl.h
  36. 2 2
      src/modules/p_usrloc/ul_db_tran.c
  37. 2 2
      src/modules/p_usrloc/ul_db_tran.h
  38. 2 2
      src/modules/p_usrloc/ul_db_upd.c
  39. 2 2
      src/modules/p_usrloc/ul_db_upd.h
  40. 2 2
      src/modules/p_usrloc/ul_db_watch.c
  41. 2 2
      src/modules/p_usrloc/ul_db_watch.h
  42. 3 3
      src/modules/p_usrloc/urecord.c
  43. 5 5
      src/modules/p_usrloc/urecord.h
  44. 2 2
      src/modules/p_usrloc/usrloc.c
  45. 2 2
      src/modules/p_usrloc/utime.c
  46. 2 2
      src/modules/p_usrloc/utime.h

+ 1 - 1
src/modules/p_usrloc/config.c

@@ -19,7 +19,7 @@
  */
 
 /*!
- * \file 
+ * \file
  * \brief P_USRLOC :: Configuration
  * \ingroup usrloc
  */

+ 3 - 3
src/modules/p_usrloc/config.h

@@ -6,13 +6,13 @@
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 /*!
- * \file 
+ * \file
  * \brief P_USRLOC :: Configuration
  * \ingroup usrloc
  */

+ 2 - 2
src/modules/p_usrloc/dlist.c

@@ -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
  *
  */

+ 2 - 2
src/modules/p_usrloc/dlist.h

@@ -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
  *
  */

+ 2 - 2
src/modules/p_usrloc/hslot.c

@@ -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
  */
 

+ 2 - 2
src/modules/p_usrloc/hslot.h

@@ -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
  */
 

+ 10 - 10
src/modules/p_usrloc/p_usrloc_mod.c

@@ -15,8 +15,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
  *
  */
@@ -96,31 +96,31 @@ extern int ul_locks_no;
  * @var params
  * defines the parameters which can be set in the Kamailio config file
  * is stored. Only used when @see use_domain is set to 1
- * @param write_db_url Url to the database where the key and database information is 
+ * @param write_db_url Url to the database where the key and database information is
  * stored and where errors are reported to. Only used when @see write_on_db is active.
- * @param read_db_url Url to the database where the key and database information is 
+ * @param read_db_url Url to the database where the key and database information is
  * stored.
- * @param reg_db_table the name of the table containing the information about the 
+ * @param reg_db_table the name of the table containing the information about the
  * partitioned databases.
  * @param id_column name of the column containing the id mapping to a key.
  * @param num_column name of the column containing the number of the entry.
  * @param url_column name of the column containing the URL to the database.
- * @param status_column name of the column containing the status of the database. 
+ * @param status_column name of the column containing the status of the database.
  * (1=ON, 2=OFF)
  * @param failover_time_column name of the column containing the time when the
  * database's status changed or a spare has been activated.
  * @param spare_flag_column name of the column containing the information if an entry
  * works as spare for broken dbs (0=no spare, 1=spare)
- * @param error_column name of the column containing the errors which occurred on 
+ * @param error_column name of the column containing the errors which occurred on
  * the database.
  * @param risk_group_column name of the column containing the databases risk group
  * Only used when spare databases are used.
  * @param expire_time specifies the expire time of contacts
- * @param db_err_threshold specifies the amount of errors when at which a db 
+ * @param db_err_threshold specifies the amount of errors when at which a db
  * gets deactivated
  * @param failover_level defines if the module shall search for spares or just
  * turnoff a broken db
- * @param db_retry_interval defines in which intervals the module shall try to 
+ * @param db_retry_interval defines in which intervals the module shall try to
  * reconnect to a deactivated database
  * @param write_on_db defines if the module has write access on the databases or not
  * @param alg_location defines the algorithm for the location matching - based on crc32 for  now
@@ -213,7 +213,7 @@ static cmd_export_t cmds[] = {
 
 
 /*! \brief
- * Exported parameters 
+ * Exported parameters
  */
 static param_export_t params[] = {{"ruid_column", PARAM_STR, &ruid_col},
 		{"user_column", PARAM_STR, &user_col},

+ 9 - 9
src/modules/p_usrloc/ucontact.c

@@ -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
  *
  */
@@ -263,7 +263,7 @@ int mem_update_ucontact(ucontact_t *_c, ucontact_info_t *_ci)
 		update_str(&_c->callid, _ci->callid);
 	}
 
-	/* No need to update Callid as it is constant 
+	/* No need to update Callid as it is constant
 	 * per ucontact (set at insert time)  -bogdan */
 
 	update_str(&_c->user_agent, _ci->user_agent);
@@ -316,9 +316,9 @@ void st_update_ucontact(ucontact_t *_c)
 			break;
 
 		case CS_SYNC:
-			/* For db mode 1 & 2 a modified contact needs to be 
-			  * updated also in the database, so transit into 
-			  * CS_DIRTY and let the timer to do the update 
+			/* For db mode 1 & 2 a modified contact needs to be
+			  * updated also in the database, so transit into
+			  * CS_DIRTY and let the timer to do the update
 			  * again. For db mode 1 we try to update right
 			  * now and if fails, let the timer to do the job
 			  */
@@ -354,10 +354,10 @@ int st_delete_ucontact(ucontact_t *_c)
 		case CS_SYNC:
 		case CS_DIRTY:
 			/* Contact is in the database,
-		      * we cannot remove it from the memory 
+		      * we cannot remove it from the memory
 		      * directly, but we can set expires to zero
-		      * and the timer will take care of deleting 
-		      * the contact from the memory as well as 
+		      * and the timer will take care of deleting
+		      * the contact from the memory as well as
 		      * from the database
 		      */
 			if(db_mode == WRITE_BACK) {

+ 2 - 2
src/modules/p_usrloc/ucontact.h

@@ -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
  *
  */

+ 3 - 3
src/modules/p_usrloc/udomain.c

@@ -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
  *
  */
@@ -214,7 +214,7 @@ void print_udomain(FILE *_f, udomain_t *_d)
 /*!
  * \brief Convert database values into ucontact_info
  *
- * Convert database values into ucontact_info, 
+ * Convert database values into ucontact_info,
  * expects 12 rows (contact, expires, q, callid, cseq, flags,
  * ua, received, path, socket, methods, last_modified)
  * \param vals database values

+ 3 - 3
src/modules/p_usrloc/ul_callback.c

@@ -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
  *
  */
@@ -71,7 +71,7 @@ void destroy_ulcb_list(void)
 }
 
 
-/*! \brief 
+/*! \brief
 	register a callback function 'f' for 'types' mask of events;
 */
 int register_ulcb(int types, ul_cb f, void *param)

+ 2 - 2
src/modules/p_usrloc/ul_check.c

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_check.h

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db.c

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db.h

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_api.c

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_api.h

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_del.c

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_del.h

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_failover.c

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_failover.h

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_failover_func.c

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_failover_func.h

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_form_query.c

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_form_query.h

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_handle.c

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_handle.h

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_ins.c

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_ins.h

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_ins_upd.c

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_ins_upd.h

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_query.c

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_query.h

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_repl.c

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_repl.h

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_tran.c

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_tran.h

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_upd.c

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_upd.h

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_watch.c

@@ -14,8 +14,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
  */
 

+ 2 - 2
src/modules/p_usrloc/ul_db_watch.h

@@ -14,8 +14,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
  */
 

+ 3 - 3
src/modules/p_usrloc/urecord.c

@@ -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
  *
  */
@@ -584,7 +584,7 @@ static inline struct ucontact *contact_path_match(
  * \param _path path
  * \param _cseq CSEQ number
  * \param _co found contact
- * \return 0 - found, 1 - not found, -1 - invalid found, 
+ * \return 0 - found, 1 - not found, -1 - invalid found,
  * -2 - found, but to be skipped (same cseq)
  */
 int get_ucontact(urecord_t *_r, str *_c, str *_callid, str *_path, int _cseq,

+ 5 - 5
src/modules/p_usrloc/urecord.h

@@ -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
  */
 
@@ -137,10 +137,10 @@ int delete_ucontact(urecord_t *_r, struct ucontact *_c);
  * \param _r record where to search the contacts
  * \param _c contact string
  * \param _callid callid
- * \param _path path 
+ * \param _path path
  * \param _cseq CSEQ number
  * \param _co found contact
- * \return 0 - found, 1 - not found, -1 - invalid found, 
+ * \return 0 - found, 1 - not found, -1 - invalid found,
  * -2 - found, but to be skipped (same cseq)
  */
 int get_ucontact(urecord_t *_r, str *_c, str *_callid, str *_path, int _cseq,
@@ -165,7 +165,7 @@ void release_urecord(urecord_t *_r);
  * \param _c contact string
  * \param _ci contact info (callid, cseq, instance, ...)
  * \param _co found contact
- * \return 0 - found, 1 - not found, -1 - invalid found, 
+ * \return 0 - found, 1 - not found, -1 - invalid found,
  * -2 - found, but to be skipped (same cseq)
  */
 int get_ucontact_by_instance(

+ 2 - 2
src/modules/p_usrloc/usrloc.c

@@ -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
  *
  */

+ 2 - 2
src/modules/p_usrloc/utime.c

@@ -15,8 +15,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
  */
 

+ 2 - 2
src/modules/p_usrloc/utime.h

@@ -15,8 +15,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
  */