Skip to content

Commit

Permalink
pdt: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 1dee112 commit 3a20e7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/modules/pdt/pdt.c
Expand Up @@ -758,10 +758,10 @@ int pdt_rpc_print_node(rpc_t *rpc, void *ctx, void *ih, pdt_node_t *pt,
* 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)
Expand Down
4 changes: 2 additions & 2 deletions src/modules/pdt/pdtree.c
Expand Up @@ -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
*/
Expand Down

0 comments on commit 3a20e7a

Please sign in to comment.