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:
parent
efb65c6f5d
commit
edf1ef6347
43 changed files with 156 additions and 156 deletions
|
@ -100,7 +100,7 @@ int getPrimaryAxisIndex(int32_t sample[3])
|
|||
//Y-axis
|
||||
return (sample[Y] > 0) ? 4 : 5;
|
||||
}
|
||||
else
|
||||
else
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue