Browse Source

AP_L1_Control: fixed indent-tabs-mode

master
Andrew Tridgell 12 years ago
parent
commit
86db955ac9
  1. 2
      libraries/AP_L1_Control/AP_L1_Control.cpp
  2. 2
      libraries/AP_L1_Control/AP_L1_Control.h

2
libraries/AP_L1_Control/AP_L1_Control.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 -*-
#include "AP_L1_Control.h"

2
libraries/AP_L1_Control/AP_L1_Control.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 AP_L1_Control.h
/// @brief L1 Control algorithm. This is a instance of an

Loading…
Cancel
Save