Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Apr 10, 2024
1 parent 5b4c2a6 commit 7c4826d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/zenoh-pico/api/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,9 @@ typedef void (*z_owned_reply_handler_t)(z_owned_reply_t *reply, void *arg);
*
* Members:
* z_owned_reply_handler_t call: `void (*z_owned_reply_handler_t)(const z_owned_reply_t *reply, void *arg)` is the
* callback function. _z_dropper_handler_t drop: `void *drop(void*)` allows the callback's state to be freed. void
* *context: a pointer to an arbitrary state.
* callback function.
* _z_dropper_handler_t drop: `void *drop(void*)` allows the callback's state to be freed.
* void * *context: a pointer to an arbitrary state.
*/
typedef struct {
void *context;
Expand Down

0 comments on commit 7c4826d

Please sign in to comment.