Browse Source

sms: removed trailing spaces

Daniel-Constantin Mierla 1 year ago
parent
commit
ddb8fc5af9

+ 1 - 1
src/modules/sms/libsms_charset.c

@@ -3,7 +3,7 @@ SMS Server Tools
 Copyright (C) 2000 Stefan Frings
 Copyright (C) 2000 Stefan Frings
 
 
 This program is free software unless you got it under another license directly
 This program is free software unless you got it under another license directly
-from the author. You can redistribute it and/or modify it under the terms of 
+from the author. You can redistribute it and/or modify it under the terms of
 the GNU General Public License as published by the Free Software Foundation.
 the GNU General Public License as published by the Free Software Foundation.
 Either version 2 of the License, or (at your option) any later version.
 Either version 2 of the License, or (at your option) any later version.
 
 

+ 1 - 1
src/modules/sms/libsms_charset.h

@@ -3,7 +3,7 @@ SMS Server Tools
 Copyright (C) 2000 Stefan Frings
 Copyright (C) 2000 Stefan Frings
 
 
 This program is free software unless you got it under another license directly
 This program is free software unless you got it under another license directly
-from the author. You can redistribute it and/or modify it under the terms of 
+from the author. You can redistribute it and/or modify it under the terms of
 the GNU General Public License as published by the Free Software Foundation.
 the GNU General Public License as published by the Free Software Foundation.
 Either version 2 of the License, or (at your option) any later version.
 Either version 2 of the License, or (at your option) any later version.
 
 

+ 2 - 2
src/modules/sms/libsms_getsms.c

@@ -166,7 +166,7 @@ static int fetchsms(struct modem *mdm, int sim, char *pdu)
 		position = strstr(answer, "+CMGR:");
 		position = strstr(answer, "+CMGR:");
 	}
 	}
 
 
-	/* keine SMS empfangen, weil Modem nicht mit +CMGR 
+	/* keine SMS empfangen, weil Modem nicht mit +CMGR
 	oder +CMGL geantwortet hat */
 	oder +CMGL geantwortet hat */
 	if(position == 0)
 	if(position == 0)
 		return 0;
 		return 0;
@@ -353,7 +353,7 @@ static int split_type_0(char *Pointer, struct incame_sms *sms)
 
 
 
 
 /* Subroutine for splitpdu() for messages type 2 (Staus Report)
 /* Subroutine for splitpdu() for messages type 2 (Staus Report)
-   Returns the length of the ascii string. In binary mode ascii 
+   Returns the length of the ascii string. In binary mode ascii
    contains the binary SMS */
    contains the binary SMS */
 static int split_type_2(char *position, struct incame_sms *sms)
 static int split_type_2(char *position, struct incame_sms *sms)
 {
 {

+ 1 - 1
src/modules/sms/libsms_modem.h

@@ -3,7 +3,7 @@ SMS Server Tools
 Copyright (C) 2000 Stefan Frings
 Copyright (C) 2000 Stefan Frings
 
 
 This program is free software unless you got it under another license directly
 This program is free software unless you got it under another license directly
-from the author. You can redistribute it and/or modify it under the terms of 
+from the author. You can redistribute it and/or modify it under the terms of
 the GNU General Public License as published by the Free Software Foundation.
 the GNU General Public License as published by the Free Software Foundation.
 Either version 2 of the License, or (at your option) any later version.
 Either version 2 of the License, or (at your option) any later version.
 
 

+ 3 - 3
src/modules/sms/sms_funcs.c

@@ -13,8 +13,8 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  * 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
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
  */
 
 
@@ -173,7 +173,7 @@ int push_on_network(struct sip_msg *msg, int net)
 		goto error;
 		goto error;
 	}
 	}
 
 
-	/* we try to get the user name (phone number) first from the RURI 
+	/* we try to get the user name (phone number) first from the RURI
 	   (in our case means from new_uri or from first_line.u.request.uri);
 	   (in our case means from new_uri or from first_line.u.request.uri);
 	   if it's missing there (like in requests generated by MSN MESSENGER),
 	   if it's missing there (like in requests generated by MSN MESSENGER),
 	   we go for "to" header
 	   we go for "to" header

+ 2 - 2
src/modules/sms/sms_funcs.h

@@ -13,8 +13,8 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  * 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
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
  */
 
 

+ 2 - 2
src/modules/sms/sms_report.c

@@ -69,8 +69,8 @@ get_time_func *get_time;
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  * 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
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
  */