1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

code formating

This commit is contained in:
leocb 2018-07-18 07:56:24 -03:00
parent 05e42db90b
commit 4b415d54cb

View file

@ -1275,7 +1275,7 @@ static void osdUpdateStats(void)
stats.max_altitude = altitude;
}
if (stats.max_g_force < osdGForce){
if (stats.max_g_force < osdGForce) {
stats.max_g_force = osdGForce;
}