summaryrefslogtreecommitdiff
path: root/utils/smsq.c
diff options
context:
space:
mode:
authorRodrigo Ramírez Norambuena <decipher.hk@gmail.com>2015-05-03 05:09:57 -0400
committerRodrigo Ramírez Norambuena <decipher.hk@gmail.com>2015-05-03 05:28:07 -0400
commit2ed5e6a9ba250c3e24569c87cb7badf09555efef (patch)
tree1ac4c79be79c182720bf7107083e1ba98dc85084 /utils/smsq.c
parent32eb812b28ffc1745e08cb507d8c4409d3ed297a (diff)
utils: Remove trailing whitespace
Change-Id: I4644f43a6a1ca9b5130cd2a6746772b888eb4f7a
Diffstat (limited to 'utils/smsq.c')
-rw-r--r--utils/smsq.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/smsq.c b/utils/smsq.c
index 21ab80d04..051609797 100644
--- a/utils/smsq.c
+++ b/utils/smsq.c
@@ -41,7 +41,7 @@
/*!
* \brief reads next USC character from null terminated UTF-8 string and advanced pointer
* for non valid UTF-8 sequences.
- * \return character as is Does \b NOT advance pointer for null termination
+ * \return character as is Does \b NOT advance pointer for null termination
*/
static int utf8decode (unsigned char **pp)
{
@@ -92,12 +92,12 @@ static int utf8decode (unsigned char **pp)
return *p; /* not sensible */
}
-/*!
+/*!
* \brief check for any queued messages in specific queue (queue="" means any queue)
* \param dir,queue,subaddress,channel,callerid,wait,delay,retries,concurrent
* \retval 0 if nothing queued
* \retval 1 if queued and outgoing set up OK
- * \retval 2 of outgoing exists
+ * \retval 2 of outgoing exists
*/
static char txqcheck (char *dir, char *queue, char subaddress, char *channel, char *callerid, int wait, int delay, int retries, int concurrent)
{
@@ -193,7 +193,7 @@ static char txqcheck (char *dir, char *queue, char subaddress, char *channel, ch
return 2;
}
-/*!
+/*!
* \brief Process received queue entries
* Run through a process, setting environment variables
*/