mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
remove not needed whitespaces
This commit is contained in:
parent
dfe868ef96
commit
03aa31acdd
197 changed files with 118 additions and 308 deletions
|
@ -36,4 +36,3 @@ void bitArrayClr(void *array, unsigned bit)
|
|||
{
|
||||
BITARRAY_BIT_OP((uint32_t*)array, bit, &=~);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue