Browse Source

msilo: removed trailing spaces

Daniel-Constantin Mierla 1 year ago
parent
commit
453fdc6208
3 changed files with 6 additions and 6 deletions
  1. 2 2
      src/modules/msilo/ms_msg_list.c
  2. 2 2
      src/modules/msilo/ms_msg_list.h
  3. 2 2
      src/modules/msilo/msfuncs.c

+ 2 - 2
src/modules/msilo/ms_msg_list.c

@@ -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
  *
  */

+ 2 - 2
src/modules/msilo/ms_msg_list.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
  *
  */

+ 2 - 2
src/modules/msilo/msfuncs.c

@@ -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;
 }
@@ -172,7 +172,7 @@ error:
 	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