AP_Mount: fixed indent-tabs-mode

This commit is contained in:
Andrew Tridgell 2013-05-30 09:51:24 +10:00
parent e69e4a5695
commit 1cc02836a0
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 -*-
#include <AP_Common.h>
#include <AP_Progmem.h>

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 -*-
/************************************************************
* AP_mount -- library to control a 2 or 3 axis mount. *