Skip to content

Commit

Permalink
msilo: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 55ca169 commit 453fdc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/modules/msilo/ms_msg_list.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
4 changes: 2 additions & 2 deletions src/modules/msilo/ms_msg_list.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
4 changes: 2 additions & 2 deletions src/modules/msilo/msfuncs.c
Expand Up @@ -106,7 +106,7 @@ int timetToSipDateStr(time_t date, char *buf, int bufLen)
dayArray[gmt.tm_wday], gmt.tm_mday, monthArray[gmt.tm_mon],
1900 + gmt.tm_year, gmt.tm_hour, gmt.tm_min, gmt.tm_sec);

/* snprintf returns number of chars it should have printed, so you
/* snprintf returns number of chars it should have printed, so you
* need to bounds check against input*/
return (len > bufLen) ? bufLen : len;
}
Expand Down Expand Up @@ -172,7 +172,7 @@ int m_extract_content_type(char *src, int len, content_type_t *ctype, int flag)
return -1;
}

/** build MESSAGE headers
/** build MESSAGE headers
*
* Add Content-Type, Contact, Date, and extra headers if they exist
* expects - max buf len of the resulted body in body->len
Expand Down

0 comments on commit 453fdc6

Please sign in to comment.