Skip to content

Commit

Permalink
Fix nasa#2488, correct minor whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
jphickey committed Jan 12, 2024
1 parent a9989fb commit dad4271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/msg/ut-coverage/test_cfe_msg_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void Test_MSG_Init(void)
bool is_v1;

msgidval_exp = 1;
msgid_act = CFE_SB_ValueToMsgId(msgidval_exp);
msgid_act = CFE_SB_ValueToMsgId(msgidval_exp);

UtPrintf("Bad parameter tests, Null pointer, invalid size, invalid msgid");
UT_SetDefaultReturnValue(UT_KEY(CFE_SB_IsValidMsgId), true);
Expand Down

0 comments on commit dad4271

Please sign in to comment.