Skip to content

Commit

Permalink
sys/log: Fix style check
Browse files Browse the repository at this point in the history
  • Loading branch information
vrahane committed Jun 10, 2024
1 parent 8333460 commit a5029e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sys/log/full/selftest/util/src/log_test_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ struct dummy_log dummy_log = {
.ue_etype = 3,
.ue_flags = 0
#if MYNEWT_VAL(LOG_FLAGS_IMAGE_HASH)
| LOG_FLAGS_IMG_HASH
| LOG_FLAGS_IMG_HASH
#endif
#if MYNEWT_VAL(LOG_FLAGS_TLV_SUPPORT)
| LOG_FLAGS_TLV_SUPPORT
| LOG_FLAGS_TLV_SUPPORT
#endif
,
.ue_etype = 0,
Expand All @@ -72,8 +72,8 @@ struct dummy_log dummy_log = {
.ue_num_entries = 5
},
.tlv = {
.tag = LOG_TLV_NUM_ENTRIES,
.len = LOG_NUM_ENTRIES_SIZE
.tag = LOG_TLV_NUM_ENTRIES,
.len = LOG_NUM_ENTRIES_SIZE
},
.num_entries = 0,
};
Expand Down

0 comments on commit a5029e5

Please sign in to comment.