Browse Source

presence: removed trailing spaces

Daniel-Constantin Mierla 1 year ago
parent
commit
303c7c00a9

+ 2 - 2
src/modules/presence/bind_presence.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
  *
  */

+ 1 - 1
src/modules/presence/event_list.h

@@ -116,7 +116,7 @@ struct pres_ev
 	 * generated by the agg_nbody function.
 	 * The module can decide if it makes a copy of the original body, which is then
 	 * manipulated, or if it works directly in the original body. If the module makes a
-	 * copy of the original body, it also has to register the aux_free_body() to 
+	 * copy of the original body, it also has to register the aux_free_body() to
 	 * free this "per watcher" body.
 	 */
 	aux_body_processing_t *aux_body_processing;

+ 3 - 3
src/modules/presence/hash.c

@@ -15,15 +15,15 @@
  * 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
  *
  */
 
 /*! \file
  * \brief Kamailio presence module
- * \ingroup presence 
+ * \ingroup presence
  */
 
 #include <stdio.h>

+ 3 - 3
src/modules/presence/hash.h

@@ -15,15 +15,15 @@
  * 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
  *
  */
 
 /*! \file
  * \brief Kamailio presence module :: Hash tables
- * \ingroup presence 
+ * \ingroup presence
  */
 
 

+ 3 - 3
src/modules/presence/notify.h

@@ -15,15 +15,15 @@
  * 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
  *
  */
 
 /*! \file
  * \brief Kamailio presence module :: NOTIFY support
- * \ingroup presence 
+ * \ingroup presence
  */
 
 

+ 2 - 2
src/modules/presence/presence_dmq.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/presence/presentity.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
  *
  */
@@ -22,7 +22,7 @@
 /*!
  * \file
  * \brief Kamailio presence module :: Presentity handling
- * \ingroup presence 
+ * \ingroup presence
  */
 
 

+ 3 - 3
src/modules/presence/publish.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
  *
  */
@@ -22,7 +22,7 @@
 /*!
  * \file
  * \brief Kamailio presence module :: PUBLISH support
- * \ingroup presence 
+ * \ingroup presence
  */
 
 

+ 1 - 1
src/modules/presence/utils_func.c

@@ -23,7 +23,7 @@
 
 /*! \file
  * \brief Kamailio presence module :: Utilities
- * \ingroup presence 
+ * \ingroup presence
  */
 
 

+ 1 - 1
src/modules/presence/utils_func.h

@@ -24,7 +24,7 @@
 /*! \file
  * \brief Kamailio presence module :: Utility functions
  * \ref utils_func.c
- * \ingroup presence 
+ * \ingroup presence
  */