From 5024da269511564ae2a5cc92f6e0ce65860b8ed1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 30 May 2013 09:51:51 +1000 Subject: [PATCH] AP_Math: fixed indent-tabs-mode --- libraries/AP_Math/AP_Math.h | 2 +- libraries/AP_Math/AP_Math_AVR_Compat.h | 2 +- libraries/AP_Math/matrix3.h | 2 +- libraries/AP_Math/quaternion.h | 2 +- libraries/AP_Math/vector2.h | 2 +- libraries/AP_Math/vector3.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libraries/AP_Math/AP_Math.h b/libraries/AP_Math/AP_Math.h index b0d9362b3e..3a3dec81fc 100644 --- a/libraries/AP_Math/AP_Math.h +++ b/libraries/AP_Math/AP_Math.h @@ -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 diff --git a/libraries/AP_Math/AP_Math_AVR_Compat.h b/libraries/AP_Math/AP_Math_AVR_Compat.h index 6c6cf5b859..348ea88d39 100644 --- a/libraries/AP_Math/AP_Math_AVR_Compat.h +++ b/libraries/AP_Math/AP_Math_AVR_Compat.h @@ -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 diff --git a/libraries/AP_Math/matrix3.h b/libraries/AP_Math/matrix3.h index 50fa9f883b..146f634cbd 100644 --- a/libraries/AP_Math/matrix3.h +++ b/libraries/AP_Math/matrix3.h @@ -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. diff --git a/libraries/AP_Math/quaternion.h b/libraries/AP_Math/quaternion.h index d56bb91cf2..b8c5d740f3 100644 --- a/libraries/AP_Math/quaternion.h +++ b/libraries/AP_Math/quaternion.h @@ -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. diff --git a/libraries/AP_Math/vector2.h b/libraries/AP_Math/vector2.h index 700e8ba572..1b100aa5f6 100644 --- a/libraries/AP_Math/vector2.h +++ b/libraries/AP_Math/vector2.h @@ -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. diff --git a/libraries/AP_Math/vector3.h b/libraries/AP_Math/vector3.h index ce673aa87c..43fe67c185 100644 --- a/libraries/AP_Math/vector3.h +++ b/libraries/AP_Math/vector3.h @@ -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.