1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-20 06:45:14 +03:00

Whitespace tidy

This commit is contained in:
Martin Budden 2017-07-05 07:42:07 +01:00
parent f4850845df
commit fd7d770fb1
101 changed files with 448 additions and 448 deletions

View file

@ -326,8 +326,8 @@ void arraySubInt32(int32_t *dest, int32_t *array1, int32_t *array2, int count)
*/
void sensorCalibrationResetState(sensorCalibrationState_t * state)
{
for(int i = 0; i < 4; i++){
for(int j = 0; j < 4; j++){
for (int i = 0; i < 4; i++){
for (int j = 0; j < 4; j++){
state->XtX[i][j] = 0;
}