mirror of https://github.com/ArduPilot/ardupilot
AP_Menu: fixed indent-tabs-mode
This commit is contained in:
parent
81f7ae9108
commit
5fdf6ff4f7
|
@ -1,4 +1,4 @@
|
|||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||
|
||||
//
|
||||
// Simple commandline menu system.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||
|
||||
/// @file menu.h
|
||||
/// @brief Simple commandline menu subsystem.
|
||||
|
|
Loading…
Reference in New Issue