mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_WheelEncoder: Change the tab code to whitespace
This commit is contained in:
parent
1a346e5b19
commit
c713a984da
@ -22,7 +22,7 @@ class AP_WheelEncoder_Backend
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// constructor. This incorporates initialisation as well.
|
// constructor. This incorporates initialisation as well.
|
||||||
AP_WheelEncoder_Backend(AP_WheelEncoder &frontend, uint8_t instance, AP_WheelEncoder::WheelEncoder_State &state);
|
AP_WheelEncoder_Backend(AP_WheelEncoder &frontend, uint8_t instance, AP_WheelEncoder::WheelEncoder_State &state);
|
||||||
|
|
||||||
// we declare a virtual destructor so that WheelEncoder drivers can
|
// we declare a virtual destructor so that WheelEncoder drivers can
|
||||||
// override with a custom destructor if need be
|
// override with a custom destructor if need be
|
||||||
|
@ -23,7 +23,7 @@ extern const AP_HAL::HAL& hal;
|
|||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
AP_WheelEncoder_Quadrature::AP_WheelEncoder_Quadrature(AP_WheelEncoder &frontend, uint8_t instance, AP_WheelEncoder::WheelEncoder_State &state) :
|
AP_WheelEncoder_Quadrature::AP_WheelEncoder_Quadrature(AP_WheelEncoder &frontend, uint8_t instance, AP_WheelEncoder::WheelEncoder_State &state) :
|
||||||
AP_WheelEncoder_Backend(frontend, instance, state)
|
AP_WheelEncoder_Backend(frontend, instance, state)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user