Skip to content

Commit 6f436db

Browse files
committed
Adjusted spcae alignment
1 parent 9732cdc commit 6f436db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/can_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ int can_filter(can_t *obj, uint32_t id, uint32_t mask, CANFormat format, int32_t
11361136
success = 1;
11371137
}
11381138
} else if (format == CANAny) {
1139-
success = 0; // filter for CANAny is not supported by STM32, return a failure
1139+
success = 0; // filter for CANAny is not supported by STM32, return a failure
11401140
}
11411141

11421142
return success;

0 commit comments

Comments
 (0)