Skip to content

Commit

Permalink
dmq: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent ce5cc17 commit 72a0cc9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/modules/dmq/bind_dmq.c
Expand Up @@ -16,8 +16,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
4 changes: 2 additions & 2 deletions src/modules/dmq/dmqnode.c
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
8 changes: 4 additions & 4 deletions src/modules/dmq/notification_peer.c
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 Expand Up @@ -358,7 +358,7 @@ dmq_node_t *add_server_and_notify(str_list_t *server_list)
* From: ...
* Max-Forwards: ...
* Content-Length: 22
*
*
* sip:host1:port1;param1=value1
* sip:host2:port2;param2=value2
* ...
Expand Down Expand Up @@ -512,7 +512,7 @@ int dmq_notification_callback_f(
}

/**
* builds the body of a notification message from the list of servers
* builds the body of a notification message from the list of servers
* the result will look something like:
* sip:host1:port1;param1=value1\r\n
* sip:host2:port2;param2=value2\r\n
Expand Down
4 changes: 2 additions & 2 deletions src/modules/dmq/peer.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/dmq/worker.c
Expand Up @@ -136,7 +136,7 @@ int add_dmq_job(struct sip_msg *msg, dmq_peer_t *peer)
int cloned_msg_len;

/* Pre-parse headers so they are included in our clone. Parsing later
* will result in linking pkg structures to shm msg, eventually leading
* will result in linking pkg structures to shm msg, eventually leading
* to memory errors. */
if(parse_headers(msg, HDR_EOH_F, 0) == -1) {
LM_ERR("failed to parse headers\n");
Expand Down

0 comments on commit 72a0cc9

Please sign in to comment.