Skip to content

Commit

Permalink
app_jsdt: 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 70ac94f commit 3b7e80c
Show file tree
Hide file tree
Showing 10 changed files with 122,509 additions and 37,874 deletions.
424 changes: 208 additions & 216 deletions src/modules/app_jsdt/app_jsdt_api.c

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions src/modules/app_jsdt/app_jsdt_api.h
Expand Up @@ -34,10 +34,9 @@ int jsdt_sr_initialized(void);

int sr_kemi_jsdt_exec_func(duk_context *J, int eidx);

int app_jsdt_run_ex(sip_msg_t *msg, char *func, char *p1, char *p2,
char *p3, int emode);
int app_jsdt_run(sip_msg_t *msg, char *func, char *p1, char *p2,
char *p3);
int app_jsdt_run_ex(
sip_msg_t *msg, char *func, char *p1, char *p2, char *p3, int emode);
int app_jsdt_run(sip_msg_t *msg, char *func, char *p1, char *p2, char *p3);
int app_jsdt_runstring(sip_msg_t *msg, char *script);
int app_jsdt_dostring(sip_msg_t *msg, char *script);
int app_jsdt_dofile(sip_msg_t *msg, char *script);
Expand Down

0 comments on commit 3b7e80c

Please sign in to comment.