Browse Source

AP_Math: fixed indent-tabs-mode

master
Andrew Tridgell 12 years ago
parent
commit
5024da2695
  1. 2
      libraries/AP_Math/AP_Math.h
  2. 2
      libraries/AP_Math/AP_Math_AVR_Compat.h
  3. 2
      libraries/AP_Math/matrix3.h
  4. 2
      libraries/AP_Math/quaternion.h
  5. 2
      libraries/AP_Math/vector2.h
  6. 2
      libraries/AP_Math/vector3.h

2
libraries/AP_Math/AP_Math.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_MATH_H
#define AP_MATH_H

2
libraries/AP_Math/AP_Math_AVR_Compat.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_MATH_AVR_COMPAT_H
#define AP_MATH_AVR_COMPAT_H

2
libraries/AP_Math/matrix3.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 -*-
// Copyright 2010 Michael Smith, all rights reserved.

2
libraries/AP_Math/quaternion.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 -*-
// Copyright 2012 Andrew Tridgell, all rights reserved.

2
libraries/AP_Math/vector2.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 -*-
// Copyright 2010 Michael Smith, all rights reserved.

2
libraries/AP_Math/vector3.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 -*-
// Copyright 2010 Michael Smith, all rights reserved.

Loading…
Cancel
Save