Skip to content

Commit

Permalink
Fix newline at end of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Mar 23, 2024
1 parent c736568 commit 2e24b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zenoh-pico/api/handlers.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ z_owned_sample_channel_t z_sample_channel_fifo_new(size_t capacity);
void z_sample_channel_fifo_push(const z_sample_t *src, void *context);
int8_t z_sample_channel_fifo_pull(z_owned_sample_t *dst, void *context);

#endif // INCLUDE_ZENOH_PICO_API_HANDLERS_H
#endif // INCLUDE_ZENOH_PICO_API_HANDLERS_H

0 comments on commit 2e24b29

Please sign in to comment.