diff --git a/include/zenoh-pico/transport/common/read.h b/include/zenoh-pico/transport/common/read.h index 4acf5c5ce..fe87896ab 100644 --- a/include/zenoh-pico/transport/common/read.h +++ b/include/zenoh-pico/transport/common/read.h @@ -20,4 +20,4 @@ int8_t _z_read(_z_transport_t *zt); void *_zp_read_task(void *zt_arg); // The argument is void* to avoid incompatible pointer types in tasks -#endif /* ZENOH_PICO_TRANSPORT_READ_H */ \ No newline at end of file +#endif /* ZENOH_PICO_TRANSPORT_READ_H */ diff --git a/include/zenoh-pico/transport/common/rx.h b/include/zenoh-pico/transport/common/rx.h index d5435a1d8..950f9dcb1 100644 --- a/include/zenoh-pico/transport/common/rx.h +++ b/include/zenoh-pico/transport/common/rx.h @@ -21,4 +21,4 @@ /*------------------ Transmission and Reception helpers ------------------*/ int8_t _z_link_recv_t_msg(_z_transport_message_t *t_msg, const _z_link_t *zl); -#endif /* ZENOH_PICO_TRANSPORT_RX_H */ \ No newline at end of file +#endif /* ZENOH_PICO_TRANSPORT_RX_H */ diff --git a/include/zenoh-pico/transport/multicast.h b/include/zenoh-pico/transport/multicast.h index 83d5a48e9..4373cb4a8 100644 --- a/include/zenoh-pico/transport/multicast.h +++ b/include/zenoh-pico/transport/multicast.h @@ -22,4 +22,4 @@ bool _zp_is_multicast_here(void); void _zp_multicast_fetch_zid(const _z_transport_t *zt, z_owned_closure_zid_t *callback); void _zp_multicast_info_session(const _z_transport_t *zt, _z_config_t *ps); -#endif /* ZENOH_PICO_MULTICAST_H */ \ No newline at end of file +#endif /* ZENOH_PICO_MULTICAST_H */ diff --git a/include/zenoh-pico/transport/multicast/read.h b/include/zenoh-pico/transport/multicast/read.h index 1cca7b547..9403133fb 100644 --- a/include/zenoh-pico/transport/multicast/read.h +++ b/include/zenoh-pico/transport/multicast/read.h @@ -22,4 +22,4 @@ int _zp_multicast_start_read_task(_z_transport_t *zt, _z_task_attr_t *attr, _z_t int _zp_multicast_stop_read_task(_z_transport_t *zt); void *_zp_multicast_read_task(void *ztm_arg); // The argument is void* to avoid incompatible pointer types in tasks -#endif /* ZENOH_PICO_TRANSPORT_LINK_TASK_READ_H */ \ No newline at end of file +#endif /* ZENOH_PICO_TRANSPORT_LINK_TASK_READ_H */ diff --git a/include/zenoh-pico/transport/multicast/rx.h b/include/zenoh-pico/transport/multicast/rx.h index 39d4b1c9b..1ffba60f0 100644 --- a/include/zenoh-pico/transport/multicast/rx.h +++ b/include/zenoh-pico/transport/multicast/rx.h @@ -22,4 +22,4 @@ int8_t _z_multicast_recv_t_msg_na(_z_transport_multicast_t *ztm, _z_transport_me int8_t _z_multicast_handle_transport_message(_z_transport_multicast_t *ztm, _z_transport_message_t *t_msg, _z_bytes_t *addr); -#endif /* ZENOH_PICO_TRANSPORT_LINK_RX_H */ \ No newline at end of file +#endif /* ZENOH_PICO_TRANSPORT_LINK_RX_H */ diff --git a/include/zenoh-pico/transport/multicast/transport.h b/include/zenoh-pico/transport/multicast/transport.h index 212ceb814..fa1f0bedd 100644 --- a/include/zenoh-pico/transport/multicast/transport.h +++ b/include/zenoh-pico/transport/multicast/transport.h @@ -26,4 +26,4 @@ int8_t _z_multicast_open_client(_z_transport_multicast_establish_param_t *param, int8_t _z_multicast_send_close(_z_transport_multicast_t *ztm, uint8_t reason, _Bool link_only); int8_t _z_multicast_transport_close(_z_transport_multicast_t *ztm, uint8_t reason); void _z_multicast_transport_clear(_z_transport_t *zt); -#endif /* ZENOH_PICO_MULTICAST_TRANSPORT_H */ \ No newline at end of file +#endif /* ZENOH_PICO_MULTICAST_TRANSPORT_H */ diff --git a/include/zenoh-pico/transport/unicast.h b/include/zenoh-pico/transport/unicast.h index c54400db9..d9ffe3d28 100644 --- a/include/zenoh-pico/transport/unicast.h +++ b/include/zenoh-pico/transport/unicast.h @@ -21,4 +21,4 @@ bool _zp_is_unicast_here(void); void _zp_unicast_fetch_zid(const _z_transport_t *zt, z_owned_closure_zid_t *callback); void _zp_unicast_info_session(const _z_transport_t *zt, _z_config_t *ps); -#endif /* ZENOH_PICO_UNICAST_H */ \ No newline at end of file +#endif /* ZENOH_PICO_UNICAST_H */ diff --git a/include/zenoh-pico/transport/unicast/read.h b/include/zenoh-pico/transport/unicast/read.h index c6a2e1557..78769423a 100644 --- a/include/zenoh-pico/transport/unicast/read.h +++ b/include/zenoh-pico/transport/unicast/read.h @@ -22,4 +22,4 @@ int _zp_unicast_start_read_task(_z_transport_t *zt, _z_task_attr_t *attr, _z_tas int _zp_unicast_stop_read_task(_z_transport_t *zt); void *_zp_unicast_read_task(void *ztu_arg); // The argument is void* to avoid incompatible pointer types in tasks -#endif /* ZENOH_PICO_UNICAST_READ_H */ \ No newline at end of file +#endif /* ZENOH_PICO_UNICAST_READ_H */ diff --git a/include/zenoh-pico/transport/unicast/rx.h b/include/zenoh-pico/transport/unicast/rx.h index 3db562f4d..61dd89507 100644 --- a/include/zenoh-pico/transport/unicast/rx.h +++ b/include/zenoh-pico/transport/unicast/rx.h @@ -21,4 +21,4 @@ int8_t _z_unicast_recv_t_msg(_z_transport_unicast_t *ztu, _z_transport_message_t int8_t _z_unicast_recv_t_msg_na(_z_transport_unicast_t *ztu, _z_transport_message_t *t_msg); int8_t _z_unicast_handle_transport_message(_z_transport_unicast_t *ztu, _z_transport_message_t *t_msg); -#endif /* ZENOH_PICO_UNICAST_RX_H */ \ No newline at end of file +#endif /* ZENOH_PICO_UNICAST_RX_H */ diff --git a/include/zenoh-pico/transport/unicast/transport.h b/include/zenoh-pico/transport/unicast/transport.h index 20a22073b..9ac7b885b 100644 --- a/include/zenoh-pico/transport/unicast/transport.h +++ b/include/zenoh-pico/transport/unicast/transport.h @@ -25,4 +25,4 @@ int8_t _z_unicast_open_peer(_z_transport_unicast_establish_param_t *param, const int8_t _z_unicast_send_close(_z_transport_unicast_t *ztu, uint8_t reason, _Bool link_only); int8_t _z_unicast_transport_close(_z_transport_unicast_t *ztu, uint8_t reason); void _z_unicast_transport_clear(_z_transport_t *zt); -#endif /* ZENOH_PICO_UNICAST_TRANSPORT_H */ \ No newline at end of file +#endif /* ZENOH_PICO_UNICAST_TRANSPORT_H */ diff --git a/src/transport/multicast.c b/src/transport/multicast.c index 8cb6c3dc7..cc8137c62 100644 --- a/src/transport/multicast.c +++ b/src/transport/multicast.c @@ -66,4 +66,4 @@ void _zp_multicast_info_session(const _z_transport_t *zt, _z_config_t *ps) { _ZP_UNUSED(zt); _ZP_UNUSED(ps); } -#endif // Z_FEATURE_MULTICAST_TRANSPORT == 1 \ No newline at end of file +#endif // Z_FEATURE_MULTICAST_TRANSPORT == 1 diff --git a/src/transport/multicast/transport.c b/src/transport/multicast/transport.c index 7622012b6..51286de6b 100644 --- a/src/transport/multicast/transport.c +++ b/src/transport/multicast/transport.c @@ -227,4 +227,4 @@ int8_t _z_multicast_transport_close(_z_transport_multicast_t *ztm, uint8_t reaso } void _z_multicast_transport_clear(_z_transport_t *zt) { _ZP_UNUSED(zt); } -#endif // Z_FEATURE_MULTICAST_TRANSPORT == 1 \ No newline at end of file +#endif // Z_FEATURE_MULTICAST_TRANSPORT == 1 diff --git a/src/transport/unicast/transport.c b/src/transport/unicast/transport.c index 185608173..0aa951b5b 100644 --- a/src/transport/unicast/transport.c +++ b/src/transport/unicast/transport.c @@ -314,4 +314,4 @@ int8_t _z_unicast_transport_close(_z_transport_unicast_t *ztu, uint8_t reason) { void _z_unicast_transport_clear(_z_transport_t *zt) { _ZP_UNUSED(zt); } -#endif // Z_FEATURE_UNICAST_TRANSPORT == 1 \ No newline at end of file +#endif // Z_FEATURE_UNICAST_TRANSPORT == 1