瀏覽代碼

xcap: removed trailing spaces

Daniel-Constantin Mierla 1 年之前
父節點
當前提交
6ab8de8f49

+ 1 - 1
src/lib/xcap/common_policy.c

@@ -186,7 +186,7 @@ int is_rule_for_uri(cp_rule_t *rule, const str_t *uri)
 	while(i) {
 		parse_uri(&i->entity, &u_, &d_);
 		/*		TRACE_LOG("comparing uris \'%.*s\' \'%.*s\' "
-				"domains \'%.*s\' \'%.*s\'\n", 
+				"domains \'%.*s\' \'%.*s\'\n",
 				FMT_STR(user), FMT_STR(u_),
 				FMT_STR(domain), FMT_STR(d_));*/
 		if(str_case_equals(&user, &u_) == 0) {

+ 1 - 1
src/lib/xcap/common_policy.h

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/msg_rules.c

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/msg_rules.h

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/parse_common_rules.c

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/parse_common_rules.h

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/parse_msg_rules.c

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/parse_msg_rules.h

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/parse_pres_rules.c

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/parse_pres_rules.h

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/pres_rules.c

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/pres_rules.h

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/resource_list.c

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/resource_list.h

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/resource_lists_parser.c

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/resource_lists_parser.h

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 2 - 2
src/lib/xcap/rls_services_parser.c

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.
@@ -41,7 +41,7 @@ static int read_entry(xmlNode *entry_node, entry_t **dst)
 {
 	xmlAttr *a;
 	const char *a_val;
-	
+
 	/ * allocate memory and prepare empty node * /
 	if (!dst) return -1;
 	*dst = (entry_t*)cds_malloc(sizeof(entry_t));

+ 1 - 1
src/lib/xcap/rls_services_parser.h

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/xcap_client.c

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 3 - 3
src/lib/xcap/xcap_client.h

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.
@@ -37,7 +37,7 @@ typedef struct
 	str_t auth_user;
 	/** password used for authentication */
 	str_t auth_pass;
-	/** Accept unverifiable peers (ignore information 
+	/** Accept unverifiable peers (ignore information
 	 * stored in certificate and trust a certificate
 	 * without know CA). */
 	int enable_unverified_ssl_peer;
@@ -58,7 +58,7 @@ char *xcap_uri_for_users_document(xcap_document_type_t doc_type,
 char *xcap_uri_for_global_document(xcap_document_type_t doc_type,
 		const str_t *filename, xcap_query_params_t *params);
 
-/** Sends a XCAP query to the destination and using parameters from 
+/** Sends a XCAP query to the destination and using parameters from
  * query variable a returns received data in output variables buf
  * and bsize. */
 /* URI is absolute HTTP/HTTPS uri for the query  */

+ 1 - 1
src/lib/xcap/xcap_result_codes.h

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/xml_utils.c

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.

+ 1 - 1
src/lib/xcap/xml_utils.h

@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2005 iptelorg GmbH
  *
  * This file is part of ser, a free SIP server.