Skip to content

Commit

Permalink
seas: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 865ed13 commit d9d5ef4
Show file tree
Hide file tree
Showing 37 changed files with 191 additions and 191 deletions.
8 changes: 4 additions & 4 deletions src/modules/seas/cluster.c
Expand Up @@ -14,8 +14,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 All @@ -36,13 +36,13 @@ char *cluster_cfg;


/**
* Parses the PING configuration string. Its format is
* Parses the PING configuration string. Its format is
* "ping_period:pings_lost:ping_timeout"
* ping_period : time between pings
* pings_lost: number of lost pings before failure
* ping_timeout: time to consider a ping failed
*
* returns
* returns
* 0 if no clusters present
* -1 if config is malformed (unable to parse);
* 1 if config is successfully set
Expand Down
14 changes: 7 additions & 7 deletions src/modules/seas/encode_allow.c
Expand Up @@ -14,26 +14,26 @@
* 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
*/

/*
* =====================================================================================
*
*
* Filename: encode_allow.c
*
*
* Description: [en|de]code allow header
*
*
* Version: 1.0
* Created: 21/11/05 20:40:25 CET
* Revision: none
* Compiler: gcc
*
*
* Author: Elias Baixas (EB), elias@conillera.net
* Company: VozTele.com
*
*
* =====================================================================================
*/

Expand Down
16 changes: 8 additions & 8 deletions src/modules/seas/encode_contact.c
Expand Up @@ -14,26 +14,26 @@
* 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
*/

/*
* =====================================================================================
*
*
* Filename: encode_contact.c
*
*
* Description: functions to encode/decode/print the contact header
*
*
* Version: 1.0
* Created: 20/11/05 04:24:55 CET
* Revision: none
* Compiler: gcc
*
*
* Author: Elias Baixas (EB), elias@conillera.net
* Company: VozTele.com
*
*
* =====================================================================================
*/

Expand All @@ -58,7 +58,7 @@
* encoding is:
* 1: flags
* 0x01 this is a star contact (*)
*[
*[
* 1: number of contacts present
* N: fore each contact present, the length of the contact structure
* N*M: the contact structures concatenated
Expand Down
4 changes: 2 additions & 2 deletions src/modules/seas/encode_contact.h
Expand Up @@ -14,8 +14,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
14 changes: 7 additions & 7 deletions src/modules/seas/encode_content_disposition.c
Expand Up @@ -14,26 +14,26 @@
* 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
*/

/*
* =====================================================================================
*
*
* Filename: encode_content_disposition.c
*
*
* Description: [en|de]encodes content disposition
*
*
* Version: 1.0
* Created: 21/11/05 20:36:19 CET
* Revision: none
* Compiler: gcc
*
*
* Author: Elias Baixas (EB), elias@conillera.net
* Company: VozTele.com
*
*
* =====================================================================================
*/

Expand Down
14 changes: 7 additions & 7 deletions src/modules/seas/encode_content_length.c
Expand Up @@ -14,26 +14,26 @@
* 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
*/

/*
* =====================================================================================
*
*
* Filename: encode_content_length.c
*
*
* Description: Function to encode content-length headers.
*
*
* Version: 1.0
* Created: 21/11/05 02:02:58 CET
* Revision: none
* Compiler: gcc
*
*
* Author: Elias Baixas (EB), elias@conillera.net
* Company: VozTele.com
*
*
* =====================================================================================
*/

Expand Down
14 changes: 7 additions & 7 deletions src/modules/seas/encode_content_type.c
Expand Up @@ -14,26 +14,26 @@
* 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
*/

/*
* =====================================================================================
*
*
* Filename: encode_content_type.c
*
*
* Description: [en|de]code content type
*
*
* Version: 1.0
* Created: 21/11/05 20:40:25 CET
* Revision: none
* Compiler: gcc
*
*
* Author: Elias Baixas (EB), elias@conillera.net
* Company: VozTele.com
*
*
* =====================================================================================
*/

Expand Down
16 changes: 8 additions & 8 deletions src/modules/seas/encode_cseq.c
Expand Up @@ -14,26 +14,26 @@
* 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
*/

/*
* =====================================================================================
*
*
* Filename: xaddress.c
*
*
* Description: Address manipulation tools
*
*
* Version: 1.0
* Created: 17/11/05 02:09:44 CET
* Revision: none
* Compiler: gcc
*
*
* Author: Elias Baixas (EB), elias@conillera.net
* Company: VozTele.com
*
*
* =====================================================================================
*/
#define _GNU_SOURCE
Expand Down Expand Up @@ -61,7 +61,7 @@ int encode_cseq(char *hdrstart, int hdrlen, struct cseq_body *body,
unsigned int cseqnum;
unsigned char i;

/*which is the first bit set to 1 ? if i==0, the first bit,
/*which is the first bit set to 1 ? if i==0, the first bit,
* if i==31, the last, if i==32, none*/
for(i = 0; (!(body->method_id & (0x01 << i))) && i < 32; i++)
;
Expand Down
18 changes: 9 additions & 9 deletions src/modules/seas/encode_digest.c
Expand Up @@ -14,26 +14,26 @@
* 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
*/

/*
* =====================================================================================
*
*
* Filename: encode_digest.c
*
*
* Description: functions to encode/decode/print Digest headers ([proxy,www]-[authenticate,require])
*
*
* Version: 1.0
* Created: 20/11/05 04:24:55 CET
* Revision: none
* Compiler: gcc
*
*
* Author: Elias Baixas (EB), elias@conillera.net
* Company: VozTele.com
*
*
* =====================================================================================
*/
#define _GNU_SOURCE
Expand Down Expand Up @@ -73,8 +73,8 @@
* HAS_QoP_F 0x01
* HAS_NC_F 0x02
* 2: hdr-start based pointer to where the scheme starts + length of the scheme (must be Digest).
*
* for each field present, there are 2 bytes, one pointing the place where it starts,
*
* for each field present, there are 2 bytes, one pointing the place where it starts,
* the next signaling how long this field is. The URI is a special case, and is composed of 1
* byte telling how long is the URI structure, and then the encoded URI structure.
*/
Expand Down
14 changes: 7 additions & 7 deletions src/modules/seas/encode_expires.c
Expand Up @@ -14,26 +14,26 @@
* 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
*/

/*
* =====================================================================================
*
*
* Filename: encode_expires.c
*
*
* Description: functions to [en|de]code expires header
*
*
* Version: 1.0
* Created: 22/11/05 00:05:54 CET
* Revision: none
* Compiler: gcc
*
*
* Author: Elias Baixas (EB), elias@conillera.net
* Company: VozTele.com
*
*
* =====================================================================================
*/

Expand Down
4 changes: 2 additions & 2 deletions src/modules/seas/encode_expires.h
Expand Up @@ -14,8 +14,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
14 changes: 7 additions & 7 deletions src/modules/seas/encode_header.c
Expand Up @@ -14,26 +14,26 @@
* 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
*/

/*
* =====================================================================================
*
*
* Filename: xcontact.c
*
*
* Description: Contact encoding functions
*
*
* Version: 1.0
* Created: 19/11/05 14:33:38 CET
* Revision: none
* Compiler: gcc
*
*
* Author: Elias Baixas (EB), elias@conillera.net
* Company: VozTele.com
*
*
* =====================================================================================
*/
#define _GNU_SOURCE
Expand Down
4 changes: 2 additions & 2 deletions src/modules/seas/encode_header.h
Expand Up @@ -14,8 +14,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

0 comments on commit d9d5ef4

Please sign in to comment.