zbus: Fix ZBUS_CHAN_DEFINE alignment
Align trailing backslashes. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
990c5e13cb
commit
058bfc8065
1 changed files with 1 additions and 1 deletions
|
|
@ -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, \
|
||||
)) \
|
||||
}; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue