Skip to content

Commit

Permalink
* MDF [conf] format code
Browse files Browse the repository at this point in the history
Signed-off-by: JaylinYu <letrangerjaylin@gmail.com>
  • Loading branch information
JaylinYu committed Nov 28, 2024
1 parent e4ab702 commit 140522d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/nng/supplemental/nanolib/conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ typedef struct {
struct conf_bridge_node {
bool enable;
bool dynamic;
bool busy;
bool busy;
bool clean_start;
bool transparent;
bool will_flag;
Expand Down
2 changes: 1 addition & 1 deletion src/supplemental/nanolib/conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2738,7 +2738,7 @@ conf_bridge_node_init(conf_bridge_node *node)
{
node->sock = NULL;
node->name = NULL;
node->busy = false;
node->busy = false;
node->enable = false;
node->parallel = 2;
node->address = NULL;
Expand Down

0 comments on commit 140522d

Please sign in to comment.