1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 00:35:34 +03:00

Removed trailing whitespace from .c and .h files

This commit is contained in:
Martin Budden 2016-12-01 08:01:46 +00:00
parent efb65c6f5d
commit edf1ef6347
43 changed files with 156 additions and 156 deletions

View file

@ -100,7 +100,7 @@ int getPrimaryAxisIndex(int32_t sample[3])
//Y-axis
return (sample[Y] > 0) ? 4 : 5;
}
else
else
return -1;
}