Browse Source

AP_Menu: fixed indent-tabs-mode

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
5fdf6ff4f7
  1. 2
      libraries/AP_Menu/AP_Menu.cpp
  2. 2
      libraries/AP_Menu/AP_Menu.h

2
libraries/AP_Menu/AP_Menu.cpp

@ -1,4 +1,4 @@ @@ -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.

2
libraries/AP_Menu/AP_Menu.h

@ -1,4 +1,4 @@ @@ -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…
Cancel
Save