Browse Source

AP_Limits: fixed indent-tabs-mode

master
Andrew Tridgell 12 years ago
parent
commit
c28ef033a2
  1. 2
      libraries/AP_Limits/AP_Limit_Altitude.h
  2. 2
      libraries/AP_Limits/AP_Limit_GPSLock.h
  3. 2
      libraries/AP_Limits/AP_Limit_Geofence.h
  4. 2
      libraries/AP_Limits/AP_Limits.h

2
libraries/AP_Limits/AP_Limit_Altitude.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 limits.h
/// @brief Imposes limits on location (geofence), altitude and other parameters.

2
libraries/AP_Limits/AP_Limit_GPSLock.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 limits.h
/// @brief Imposes limits on location (geofence), altitude and other parameters.

2
libraries/AP_Limits/AP_Limit_Geofence.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 limits.h
/// @brief Imposes limits on location (geofence), altitude and other parameters.

2
libraries/AP_Limits/AP_Limits.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 -*-
/// @brief Imposes limits on location (geofence), altitude and other parameters.
/// Each breach will trigger an action or set of actions to recover.

Loading…
Cancel
Save