mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
AP_LandingGear: Change the tab code to whitespace
This commit is contained in:
parent
03e658772a
commit
28ccc167f7
@ -1,5 +1,5 @@
|
||||
/// @file AP_LandingGear.h
|
||||
/// @brief Landing gear control library
|
||||
/// @file AP_LandingGear.h
|
||||
/// @brief Landing gear control library
|
||||
#pragma once
|
||||
|
||||
#include <AP_Param/AP_Param.h>
|
||||
@ -13,8 +13,8 @@
|
||||
#define DEFAULT_PIN_WOW_POL 0
|
||||
#endif
|
||||
|
||||
/// @class AP_LandingGear
|
||||
/// @brief Class managing the control of landing gear
|
||||
/// @class AP_LandingGear
|
||||
/// @brief Class managing the control of landing gear
|
||||
class AP_LandingGear {
|
||||
public:
|
||||
AP_LandingGear() {
|
||||
|
Loading…
Reference in New Issue
Block a user