Skip to content

Commit

Permalink
AP_Motors: fixed indent-tabs-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Tridgell committed May 29, 2013
1 parent 1cc0283 commit 81f7ae9
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_Motors.h
Original file line number Diff line number Diff line change
@@ -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__
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsHeli.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsHeli.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsHexa.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsHexa.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsMatrix.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsMatrix.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsOcta.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsOcta.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsOctaQuad.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsOctaQuad.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsQuad.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsQuad.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsTri.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsTri.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsY6.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_MotorsY6.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_Motors_Class.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Motors/AP_Motors_Class.h
Original file line number Diff line number Diff line change
@@ -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__
Expand Down

0 comments on commit 81f7ae9

Please sign in to comment.