Skip to content

Commit

Permalink
Something got reformatted for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell committed Dec 19, 2023
1 parent 8f7810d commit 72145c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion c/test/check_bitfield_macros.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
#include <stdio.h>

START_TEST(test_nav_bitfields) {
sbp_msg_gps_time_t gps_t = {.wn = 1, .tow = 100, .ns_residual = 1, .flags = 0};
sbp_msg_gps_time_t gps_t = {
.wn = 1, .tow = 100, .ns_residual = 1, .flags = 0};

SBP_GPS_TIME_TIME_SOURCE_SET(gps_t.flags, SBP_GPS_TIME_TIME_SOURCE_NONE);
fail_unless(gps_t.flags == 0);
Expand Down

0 comments on commit 72145c7

Please sign in to comment.