Browse Source

AP_GPS: fixed indent-tabs-mode

master
Andrew Tridgell 12 years ago
parent
commit
edfebc1f29
  1. 2
      libraries/AP_GPS/AP_GPS.h
  2. 2
      libraries/AP_GPS/AP_GPS_406.cpp
  3. 2
      libraries/AP_GPS/AP_GPS_406.h
  4. 2
      libraries/AP_GPS/AP_GPS_Auto.cpp
  5. 2
      libraries/AP_GPS/AP_GPS_Auto.h
  6. 2
      libraries/AP_GPS/AP_GPS_HIL.cpp
  7. 2
      libraries/AP_GPS/AP_GPS_HIL.h
  8. 2
      libraries/AP_GPS/AP_GPS_MTK.cpp
  9. 2
      libraries/AP_GPS/AP_GPS_MTK.h
  10. 2
      libraries/AP_GPS/AP_GPS_MTK19.cpp
  11. 2
      libraries/AP_GPS/AP_GPS_MTK19.h
  12. 2
      libraries/AP_GPS/AP_GPS_MTK_Common.h
  13. 2
      libraries/AP_GPS/AP_GPS_NMEA.cpp
  14. 2
      libraries/AP_GPS/AP_GPS_NMEA.h
  15. 2
      libraries/AP_GPS/AP_GPS_None.h
  16. 2
      libraries/AP_GPS/AP_GPS_SIRF.cpp
  17. 2
      libraries/AP_GPS/AP_GPS_SIRF.h
  18. 2
      libraries/AP_GPS/AP_GPS_UBLOX.cpp
  19. 2
      libraries/AP_GPS/AP_GPS_UBLOX.h
  20. 2
      libraries/AP_GPS/GPS.cpp
  21. 2
      libraries/AP_GPS/GPS.h
  22. 2
      libraries/AP_GPS/examples/GPS_406_test/GPS_406_test.pde
  23. 2
      libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.pde
  24. 2
      libraries/AP_GPS/examples/GPS_MTK_test/GPS_MTK_test.pde
  25. 2
      libraries/AP_GPS/examples/GPS_NMEA_test/GPS_NMEA_test.pde
  26. 2
      libraries/AP_GPS/examples/GPS_UBLOX_test/GPS_UBLOX_test.pde

2
libraries/AP_GPS/AP_GPS.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_GPS.h
/// @brief Catch-all header that defines all supported GPS classes.

2
libraries/AP_GPS/AP_GPS_406.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 -*-
//
// GPS_406.cpp - 406 GPS library for Arduino
// Code by Michael Smith, Jason Short, Jordi Muñoz and Jose Julio. DIYDrones.com

2
libraries/AP_GPS/AP_GPS_406.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 -*-
//
// EM406 GPS driver for ArduPilot and ArduPilotMega.
// Code by Michael Smith, Jason Short, Jordi Muñoz and Jose Julio. DIYDrones.com

2
libraries/AP_GPS/AP_GPS_Auto.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 -*-
/// @file AP_GPS_Auto.cpp
/// @brief Simple GPS auto-detection logic.

2
libraries/AP_GPS/AP_GPS_Auto.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 -*-
//
// Auto-detecting pseudo-GPS driver
//

2
libraries/AP_GPS/AP_GPS_HIL.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 -*-
//
// Hardware in the loop gps class.
// Code by James Goppert

2
libraries/AP_GPS/AP_GPS_HIL.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 -*-
//
// Hardware in the loop gps class.
// Code by James Goppert

2
libraries/AP_GPS/AP_GPS_MTK.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 -*-
//
// DIYDrones Custom Mediatek GPS driver for ArduPilot and ArduPilotMega.
// Code by Michael Smith, Jordi Munoz and Jose Julio, DIYDrones.com

2
libraries/AP_GPS/AP_GPS_MTK.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 -*-
//
// DIYDrones Custom Mediatek GPS driver for ArduPilot and ArduPilotMega.
// Code by Michael Smith, Jordi Munoz and Jose Julio, DIYDrones.com

2
libraries/AP_GPS/AP_GPS_MTK19.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 -*-
//
// DIYDrones Custom Mediatek GPS driver for ArduPilot and ArduPilotMega.
// Code by Michael Smith, Jordi Munoz and Jose Julio, Craig Elder, DIYDrones.com

2
libraries/AP_GPS/AP_GPS_MTK19.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 -*-
//
// DIYDrones Custom Mediatek GPS driver for ArduPilot and ArduPilotMega.
// Code by Michael Smith, Jordi Munoz and Jose Julio, Craig Elder, DIYDrones.com

2
libraries/AP_GPS/AP_GPS_MTK_Common.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 -*-
//
// DIYDrones Custom Mediatek GPS driver for ArduPilot and ArduPilotMega.
// Code by Michael Smith, Jordi Munoz and Jose Julio, Craig Elder, DIYDrones.com

2
libraries/AP_GPS/AP_GPS_NMEA.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 -*-
//
// NMEA parser, adapted by Michael Smith from TinyGPS v9:

2
libraries/AP_GPS/AP_GPS_NMEA.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 -*-
//
// NMEA parser, adapted by Michael Smith from TinyGPS v9:

2
libraries/AP_GPS/AP_GPS_None.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_GPS_NONE_H__
#define __AP_GPS_NONE_H__

2
libraries/AP_GPS/AP_GPS_SIRF.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 -*-
//
// SiRF Binary GPS driver for ArduPilot and ArduPilotMega.
// Code by Michael Smith.

2
libraries/AP_GPS/AP_GPS_SIRF.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 -*-
//
// SiRF Binary GPS driver for ArduPilot and ArduPilotMega.
// Code by Michael Smith.

2
libraries/AP_GPS/AP_GPS_UBLOX.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 -*-
//
// u-blox UBX GPS driver for ArduPilot and ArduPilotMega.
// Code by Michael Smith, Jordi Munoz and Jose Julio, DIYDrones.com

2
libraries/AP_GPS/AP_GPS_UBLOX.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 -*-
//
// u-blox UBX GPS driver for ArduPilot and ArduPilotMega.
// Code by Michael Smith, Jordi Munoz and Jose Julio, DIYDrones.com

2
libraries/AP_GPS/GPS.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 -*-

2
libraries/AP_GPS/GPS.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 GPS.h
/// @brief Interface definition for the various GPS drivers.

2
libraries/AP_GPS/examples/GPS_406_test/GPS_406_test.pde

@ -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 -*-
/*
* Example of GPS 406 library.
* Code by Jordi Munoz and Jose Julio. DIYDrones.com

2
libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.pde

@ -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 -*-
//
// Test for AP_GPS_AUTO
//

2
libraries/AP_GPS/examples/GPS_MTK_test/GPS_MTK_test.pde

@ -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 -*-
/*
* Example of GPS MTK library.
* Code by Jordi Munoz and Jose Julio. DIYDrones.com

2
libraries/AP_GPS/examples/GPS_NMEA_test/GPS_NMEA_test.pde

@ -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 -*-
//
// Test for AP_GPS_NMEA
//

2
libraries/AP_GPS/examples/GPS_UBLOX_test/GPS_UBLOX_test.pde

@ -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 -*-
/*
* Example of GPS UBlox library.
* Code by Jordi Munoz and Jose Julio. DIYDrones.com

Loading…
Cancel
Save