Skip to content

Commit

Permalink
sms: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 5afb7ed commit ddb8fc5
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/modules/sms/libsms_charset.c
Expand Up @@ -3,7 +3,7 @@ SMS Server Tools
Copyright (C) 2000 Stefan Frings
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.
Either version 2 of the License, or (at your option) any later version.
Expand Down
2 changes: 1 addition & 1 deletion src/modules/sms/libsms_charset.h
Expand Up @@ -3,7 +3,7 @@ SMS Server Tools
Copyright (C) 2000 Stefan Frings
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.
Either version 2 of the License, or (at your option) any later version.
Expand Down
4 changes: 2 additions & 2 deletions src/modules/sms/libsms_getsms.c
Expand Up @@ -166,7 +166,7 @@ static int fetchsms(struct modem *mdm, int sim, char *pdu)
position = strstr(answer, "+CMGR:");
}

/* keine SMS empfangen, weil Modem nicht mit +CMGR
/* keine SMS empfangen, weil Modem nicht mit +CMGR
oder +CMGL geantwortet hat */
if(position == 0)
return 0;
Expand Down Expand Up @@ -353,7 +353,7 @@ static int split_type_0(char *Pointer, struct incame_sms *sms)


/* 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 */
static int split_type_2(char *position, struct incame_sms *sms)
{
Expand Down
2 changes: 1 addition & 1 deletion src/modules/sms/libsms_modem.h
Expand Up @@ -3,7 +3,7 @@ SMS Server Tools
Copyright (C) 2000 Stefan Frings
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.
Either version 2 of the License, or (at your option) any later version.
Expand Down
6 changes: 3 additions & 3 deletions src/modules/sms/sms_funcs.c
Expand Up @@ -13,8 +13,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 @@ -173,7 +173,7 @@ int push_on_network(struct sip_msg *msg, int net)
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);
if it's missing there (like in requests generated by MSN MESSENGER),
we go for "to" header
Expand Down
4 changes: 2 additions & 2 deletions src/modules/sms/sms_funcs.h
Expand Up @@ -13,8 +13,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/sms/sms_report.c
Expand Up @@ -69,8 +69,8 @@ get_time_func *get_time;
* 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

0 comments on commit ddb8fc5

Please sign in to comment.