Skip to content

Commit 6731f55

Browse files
committed
Unit tests: Fix style in hal gpio_object.h stub
1 parent 825e349 commit 6731f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/tests/UNITTESTS/doubles/gpio_object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C" {
2727
#endif
2828

2929
typedef struct {
30-
int unused;
30+
int unused;
3131
} gpio_t;
3232

3333
#ifdef __cplusplus

0 commit comments

Comments
 (0)