Skip to content

Commit 6dd431a

Browse files
author
Matt Woodward
committed
Something got reformatted for some reason
1 parent 7e172cf commit 6dd431a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

c/test/check_bitfield_macros.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
#include <stdio.h>
1919

2020
START_TEST(test_nav_bitfields) {
21-
sbp_msg_gps_time_t gps_t = {.wn = 1, .tow = 100, .ns_residual = 1, .flags = 0};
21+
sbp_msg_gps_time_t gps_t = {
22+
.wn = 1, .tow = 100, .ns_residual = 1, .flags = 0};
2223

2324
SBP_GPS_TIME_TIME_SOURCE_SET(gps_t.flags, SBP_GPS_TIME_TIME_SOURCE_NONE);
2425
fail_unless(gps_t.flags == 0);

0 commit comments

Comments
 (0)