mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-20 06:45:14 +03:00
Whitespace tidy
This commit is contained in:
parent
f4850845df
commit
fd7d770fb1
101 changed files with 448 additions and 448 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue