mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
OP-1273 OP-1282 OP-1283 uncrustify
This commit is contained in:
parent
7067f4f8ff
commit
a08b7ad21c
@ -55,13 +55,10 @@ bool AirspeedAlarm(SystemAlarmsAlarmOptions severity)
|
||||
|
||||
severitySet = severity;
|
||||
|
||||
return ( AlarmsSet(SYSTEMALARMS_ALARM_AIRSPEED, severity) == 0);
|
||||
return AlarmsSet(SYSTEMALARMS_ALARM_AIRSPEED, severity) == 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @}
|
||||
* @}
|
||||
|
Loading…
x
Reference in New Issue
Block a user