Skip to content

Commit

Permalink
zbus: Fix ZBUS_CHAN_DEFINE alignment
Browse files Browse the repository at this point in the history
Align trailing backslashes.

Signed-off-by: Pieter De Gendt <[email protected]>
  • Loading branch information
pdgendt authored and aescolar committed Jul 9, 2024
1 parent 990c5e1 commit 058bfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zephyr/zbus/zbus.h
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ struct zbus_channel_observation {
.user_data = _user_data, \
.validator = _validator, \
.data = &_CONCAT(_zbus_chan_data_, _name), \
IF_ENABLED(ZBUS_MSG_SUBSCRIBER_NET_BUF_POOL_ISOLATION, ( \
IF_ENABLED(ZBUS_MSG_SUBSCRIBER_NET_BUF_POOL_ISOLATION, ( \
.msg_subscriber_pool = &_zbus_msg_subscribers_pool, \
)) \
}; \
Expand Down

0 comments on commit 058bfc8

Please sign in to comment.