Skip to content

Commit

Permalink
presence: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 12d90ab commit 303c7c0
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions src/modules/presence/bind_presence.h
Expand Up @@ -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
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/modules/presence/event_list.h
Expand Up @@ -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;
Expand Down
6 changes: 3 additions & 3 deletions src/modules/presence/hash.c
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions src/modules/presence/hash.h
Expand Up @@ -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
*/


Expand Down
6 changes: 3 additions & 3 deletions src/modules/presence/notify.h
Expand Up @@ -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
*/


Expand Down
4 changes: 2 additions & 2 deletions src/modules/presence/presence_dmq.h
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions src/modules/presence/presentity.h
Expand Up @@ -13,16 +13,16 @@
* 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 :: Presentity handling
* \ingroup presence
* \ingroup presence
*/


Expand Down
6 changes: 3 additions & 3 deletions src/modules/presence/publish.h
Expand Up @@ -13,16 +13,16 @@
* 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 :: PUBLISH support
* \ingroup presence
* \ingroup presence
*/


Expand Down
2 changes: 1 addition & 1 deletion src/modules/presence/utils_func.c
Expand Up @@ -23,7 +23,7 @@

/*! \file
* \brief Kamailio presence module :: Utilities
* \ingroup presence
* \ingroup presence
*/


Expand Down
2 changes: 1 addition & 1 deletion src/modules/presence/utils_func.h
Expand Up @@ -24,7 +24,7 @@
/*! \file
* \brief Kamailio presence module :: Utility functions
* \ref utils_func.c
* \ingroup presence
* \ingroup presence
*/


Expand Down

0 comments on commit 303c7c0

Please sign in to comment.