Skip to content

Commit 827c321

Browse files
committed
style: missing space on macros.h
1 parent a8c5dde commit 827c321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zenoh-pico/api/macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
z_view_str_t : z_view_str_loan, \
4747
z_owned_str_array_t : z_str_array_loan, \
4848
z_owned_sample_t : z_sample_loan, \
49-
z_owned_query_t : z_query_loan \
49+
z_owned_query_t : z_query_loan \
5050
)(&x)
5151

5252
#define z_loan_mut(x) _Generic((x), \

0 commit comments

Comments
 (0)