Skip to content

Commit 408a35f

Browse files
nordic-seglnordic-piks
authored andcommitted
tests: drivers: can: Fix code formatting in can_stats_init
Fix code formatting - remove double SPACE character. Signed-off-by: Sebastian Głąb <[email protected]>
1 parent fbd2c22 commit 408a35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drivers/can/can_stats_init/src/can_stats_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include <zephyr/ztest.h>
1212

13-
#define EXPECTED 0
13+
#define EXPECTED 0
1414

1515
static const struct device *const can_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_canbus));
1616

0 commit comments

Comments
 (0)