Skip to content

Commit

Permalink
Correcting formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Dec 6, 2023
1 parent 296dbf6 commit a9c8a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/transport/multicast/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ int8_t _z_multicast_send_n_msg(_z_session_t *zn, const _z_network_message_t *n_m
}

// Clear the buffer as it's no longer required
_z_wbuf_clear (&fbf);
_z_wbuf_clear(&fbf);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/transport/unicast/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ int8_t _z_unicast_send_n_msg(_z_session_t *zn, const _z_network_message_t *n_msg
}

// Clear the buffer as it's no longer required
_z_wbuf_clear (&fbf);
_z_wbuf_clear(&fbf);
}
}

Expand Down

0 comments on commit a9c8a4b

Please sign in to comment.