From c2e323c94107444adb84fc3b366b4af0f6f44471 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Sat, 13 Aug 2022 10:36:05 +0200 Subject: [PATCH] Formatting --- src/cw/msgset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cw/msgset.h b/src/cw/msgset.h index 3f89aef6..a7fb4830 100644 --- a/src/cw/msgset.h +++ b/src/cw/msgset.h @@ -82,7 +82,7 @@ struct cw_MsgDef{ const char * name; int type; /**< Message type */ int receiver; /**< Who can receive this message */ - cw_State_t * states; /**< states in wich the message is allowed */ + cw_State_t * states; /**< states in wich the message is allowed */ struct cw_ElemDef * elements; @@ -103,7 +103,7 @@ struct cw_MsgData{ int receiver; mavl_t elements_tree; mlist_t elements_list; - mlist_t mand_keys; /**< Keys of mandatory elements */ + mlist_t mand_keys; /**< Keys of mandatory elements */ int (*preprocess)(struct cw_Conn * conn); //int (*postprocess)(struct conn * conn);