From e2317edde851831b20d3b8e97a86b8f6d639c885 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 6 Jan 2013 10:45:19 +0100 Subject: Code style fix --- apps/px4io/mixer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/px4io/mixer.cpp') diff --git a/apps/px4io/mixer.cpp b/apps/px4io/mixer.cpp index b96ff8491..052876954 100644 --- a/apps/px4io/mixer.cpp +++ b/apps/px4io/mixer.cpp @@ -97,7 +97,7 @@ mixer_tick(void) */ /* this is for planes, where manual override makes sense */ - if(system_state.manual_override_ok) { + if (system_state.manual_override_ok) { /* if everything is ok */ if (!system_state.mixer_manual_override && system_state.mixer_fmu_available) { /* we have recent control data from the FMU */ @@ -118,7 +118,7 @@ mixer_tick(void) /* this is for multicopters, etc. where manual override does not make sense */ } else { /* if the fmu is available whe are good */ - if(system_state.mixer_fmu_available) { + if (system_state.mixer_fmu_available) { control_count = PX4IO_CONTROL_CHANNELS; control_values = &system_state.fmu_channel_data[0]; /* we better shut everything off */ -- cgit v1.2.3