Browse Source

AP_Motors: fixed indent-tabs-mode

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
81f7ae9108
  1. 2
      libraries/AP_Motors/AP_Motors.h
  2. 2
      libraries/AP_Motors/AP_MotorsHeli.cpp
  3. 2
      libraries/AP_Motors/AP_MotorsHeli.h
  4. 2
      libraries/AP_Motors/AP_MotorsHexa.cpp
  5. 2
      libraries/AP_Motors/AP_MotorsHexa.h
  6. 2
      libraries/AP_Motors/AP_MotorsMatrix.cpp
  7. 2
      libraries/AP_Motors/AP_MotorsMatrix.h
  8. 2
      libraries/AP_Motors/AP_MotorsOcta.cpp
  9. 2
      libraries/AP_Motors/AP_MotorsOcta.h
  10. 2
      libraries/AP_Motors/AP_MotorsOctaQuad.cpp
  11. 2
      libraries/AP_Motors/AP_MotorsOctaQuad.h
  12. 2
      libraries/AP_Motors/AP_MotorsQuad.cpp
  13. 2
      libraries/AP_Motors/AP_MotorsQuad.h
  14. 2
      libraries/AP_Motors/AP_MotorsTri.cpp
  15. 2
      libraries/AP_Motors/AP_MotorsTri.h
  16. 2
      libraries/AP_Motors/AP_MotorsY6.cpp
  17. 2
      libraries/AP_Motors/AP_MotorsY6.h
  18. 2
      libraries/AP_Motors/AP_Motors_Class.cpp
  19. 2
      libraries/AP_Motors/AP_Motors_Class.h

2
libraries/AP_Motors/AP_Motors.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 -*-
#ifndef __AP_MOTORS_H__
#define __AP_MOTORS_H__

2
libraries/AP_Motors/AP_MotorsHeli.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 -*-
/*
* AP_MotorsHeli.cpp - ArduCopter motors library
* Code by RandyMackay. DIYDrones.com

2
libraries/AP_Motors/AP_MotorsHeli.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_MotorsHeli.h
/// @brief Motor control class for Traditional Heli

2
libraries/AP_Motors/AP_MotorsHexa.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 -*-
/*
* AP_MotorsHexa.cpp - ArduCopter motors library
* Code by RandyMackay. DIYDrones.com

2
libraries/AP_Motors/AP_MotorsHexa.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_MotorsHexa.h
/// @brief Motor control class for Hexacopters

2
libraries/AP_Motors/AP_MotorsMatrix.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 -*-
/*
* AP_MotorsMatrix.cpp - ArduCopter motors library
* Code by RandyMackay. DIYDrones.com

2
libraries/AP_Motors/AP_MotorsMatrix.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_MotorsMatrix.h
/// @brief Motor control class for Matrixcopters

2
libraries/AP_Motors/AP_MotorsOcta.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 -*-
/*
* AP_MotorsOcta.cpp - ArduCopter motors library
* Code by RandyMackay. DIYDrones.com

2
libraries/AP_Motors/AP_MotorsOcta.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_MotorsOcta.h
/// @brief Motor control class for Octacopters

2
libraries/AP_Motors/AP_MotorsOctaQuad.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 -*-
/*
* AP_MotorsOctaQuad.cpp - ArduCopter motors library
* Code by RandyMackay. DIYDrones.com

2
libraries/AP_Motors/AP_MotorsOctaQuad.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_MotorsOctaQuad.h
/// @brief Motor control class for OctaQuadcopters

2
libraries/AP_Motors/AP_MotorsQuad.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 -*-
/*
* AP_MotorsQuad.cpp - ArduCopter motors library
* Code by RandyMackay. DIYDrones.com

2
libraries/AP_Motors/AP_MotorsQuad.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_MotorsQuad.h
/// @brief Motor control class for Quadcopters

2
libraries/AP_Motors/AP_MotorsTri.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 -*-
/*
* AP_MotorsTri.cpp - ArduCopter motors library
* Code by RandyMackay. DIYDrones.com

2
libraries/AP_Motors/AP_MotorsTri.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_MotorsTri.h
/// @brief Motor control class for Tricopters

2
libraries/AP_Motors/AP_MotorsY6.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 -*-
/*
* AP_MotorsY6.cpp - ArduCopter motors library
* Code by RandyMackay. DIYDrones.com

2
libraries/AP_Motors/AP_MotorsY6.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_MotorsY6.h
/// @brief Motor control class for Y6 frames

2
libraries/AP_Motors/AP_Motors_Class.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 -*-
/*
* AP_Motors.cpp - ArduCopter motors library
* Code by RandyMackay. DIYDrones.com

2
libraries/AP_Motors/AP_Motors_Class.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 -*-
#ifndef __AP_MOTORS_CLASS_H__
#define __AP_MOTORS_CLASS_H__

Loading…
Cancel
Save