Adjusted spcae alignment

pull/14677/head
Mohammed Mubeen 2021-06-25 12:06:44 +05:30
parent 9732cdcce6
commit 6f436dbac3
1 changed files with 1 additions and 1 deletions

View File

@ -1136,7 +1136,7 @@ int can_filter(can_t *obj, uint32_t id, uint32_t mask, CANFormat format, int32_t
success = 1;
}
} else if (format == CANAny) {
success = 0; // filter for CANAny is not supported by STM32, return a failure
success = 0; // filter for CANAny is not supported by STM32, return a failure
}
return success;