AC_PID: fixed indent-tabs-mode

This commit is contained in:
Andrew Tridgell 2013-05-30 09:54:53 +10:00
parent 918a3d46f5
commit 8c25a504c3
2 changed files with 2 additions and 2 deletions

View File

@ -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 AC_PID.cpp /// @file AC_PID.cpp
/// @brief Generic PID algorithm /// @brief Generic PID algorithm

View File

@ -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 AC_PID.h /// @file AC_PID.h
/// @brief Generic PID algorithm, with EEPROM-backed storage of constants. /// @brief Generic PID algorithm, with EEPROM-backed storage of constants.