Skip to content

Commit 743ff9f

Browse files
committed
session REFACTOR formatting
1 parent 6a04e91 commit 743ff9f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/session_client.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2300,6 +2300,7 @@ nc_recv_notif_thread(void *arg)
23002300
struct nc_session *session;
23012301
nc_notif_dispatch_clb notif_clb;
23022302
void *user_data;
2303+
23032304
void (*free_data)(void *);
23042305
struct lyd_node *envp, *op;
23052306
NC_MSG_TYPE msgtype;

src/session_p.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ struct nc_ntf_thread_arg {
522522
struct nc_session *session;
523523
nc_notif_dispatch_clb notif_clb;
524524
void *user_data;
525+
525526
void (*free_data)(void *);
526527
};
527528

0 commit comments

Comments
 (0)