mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 22:04:06 +08:00
mathlib: fix floorf indentation
This commit is contained in:
parent
710c52980e
commit
90b4c7c065
@ -72,9 +72,9 @@ float degrees(float radians)
|
||||
|
||||
int floorf(float input)
|
||||
{
|
||||
int res = int(input);
|
||||
int res = int(input);
|
||||
if (res > input) {
|
||||
res--;
|
||||
res--;
|
||||
}
|
||||
|
||||
return res;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user