AP_HAL_ChibiOS: remove unnecessary tabs and whitespaces

This commit is contained in:
Mirko Denecke 2019-10-20 15:31:12 +02:00 committed by Andrew Tridgell
parent 12c9e50aef
commit b84dcd483d
41 changed files with 211 additions and 224 deletions

View File

@ -413,4 +413,3 @@ void AnalogIn::update_power_flags(void)
_power_flags = flags;
}
#endif // HAL_USE_ADC

View File

@ -66,4 +66,3 @@ public:
};
#endif // AP_UAVCAN_SLCAN_ENABLED

View File

@ -63,4 +63,3 @@ private:
}
#endif // I2C or SPI

View File

@ -260,4 +260,3 @@ void pal_interrupt_cb_functor(void *arg)
}
(g->fn)(g->pin_num, palReadLine(g->pal_line), now);
}

View File

@ -147,4 +147,3 @@ public:
}
#endif // HAL_USE_I2C

View File

@ -150,4 +150,3 @@ bool Semaphore_Recursive::take_nonblocking(void)
}
#endif // CH_CFG_USE_MUTEXES

View File

@ -57,4 +57,3 @@ private:
};
#endif // HAL_USE_ICU

View File

@ -62,4 +62,3 @@ private:
};
#endif // HAL_USE_EICU

View File

@ -224,4 +224,3 @@ void spiReceiveHook(SPIDriver *spip, size_t n, void *rxbuf)
}
#endif

View File

@ -104,6 +104,3 @@ private:
Shared_DMA *obj;
} locks[SHARED_DMA_MAX_STREAM_ID+1];
};

View File

@ -135,4 +135,3 @@ extern "C" {
// alias fiprintf() to fprintf(). This saves flash space
int __wrap_fiprintf(const char *fmt, ...) __attribute__((alias("__wrap_fprintf")));
}