Skip to content

Commit

Permalink
corex: clang-format for coherent indentation and coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed May 18, 2023
1 parent bd5ffa1 commit 70625d0
Show file tree
Hide file tree
Showing 8 changed files with 673 additions and 754 deletions.
238 changes: 117 additions & 121 deletions src/modules/corex/corex_lib.c

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/modules/corex/corex_lib.h
Expand Up @@ -27,7 +27,7 @@ int corex_append_branch(sip_msg_t *msg, str *uri, str *qv);
int corex_send(sip_msg_t *msg, gparam_t *pu, enum sip_protos proto);
int corex_send_data(str *puri, str *psock, str *pdata);

int corex_add_alias_subdomains(char* aliasval);
int corex_add_alias_subdomains(char *aliasval);

int corex_register_check_self(void);

Expand Down

0 comments on commit 70625d0

Please sign in to comment.