From 933088b95a92d3c9ba9a24aeb04c5940731f03c8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 30 May 2013 09:52:38 +1000 Subject: [PATCH] AP_Common: fixed indent-tabs-mode --- libraries/AP_Common/c++.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Common/c++.cpp b/libraries/AP_Common/c++.cpp index a60834d0b9..1eac70d0c8 100644 --- a/libraries/AP_Common/c++.cpp +++ b/libraries/AP_Common/c++.cpp @@ -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 -*- // // C++ runtime support not provided by Arduino