瀏覽代碼

pdt: removed trailing spaces

Daniel-Constantin Mierla 1 年之前
父節點
當前提交
3a20e7a77e
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 3 3
      src/modules/pdt/pdt.c
  2. 2 2
      src/modules/pdt/pdtree.c

+ 3 - 3
src/modules/pdt/pdt.c

@@ -758,10 +758,10 @@ error:
  * 	  all domains starting with 'a' are listed
  *
  * 	  Examples
- * 	  pdt_list o 2 .    - lists the entries where sdomain is starting with 'o', 
+ * 	  pdt_list o 2 .    - lists the entries where sdomain is starting with 'o',
  * 	                      prefix is starting with '2' and domain is anything
- * 	  
- * 	  pdt_list . 2 open - lists the entries where sdomain is anything, prefix 
+ *
+ * 	  pdt_list . 2 open - lists the entries where sdomain is anything, prefix
  * 	                      starts with '2' and domain starts with 'open'
  */
 static void pdt_rpc_list(rpc_t *rpc, void *ctx)

+ 2 - 2
src/modules/pdt/pdtree.c

@@ -418,8 +418,8 @@ int pdt_check_pd_node(pdt_node_t *pn, str *sp, str *sd, char *code, int len)
 	return ret;
 }
 
-/* returns 
- * 1 if prefix or domain already exists 
+/* returns
+ * 1 if prefix or domain already exists
  * 0 if prefix or domain does not exist
  * -1 if any error
  */