AP_HAL: remove tabs and trailing whitespaces

This commit is contained in:
Lucas De Marchi 2016-05-23 17:14:54 -03:00
parent ab66e3a69a
commit 9738be0ed6

View File

@ -95,9 +95,9 @@ public:
performance counter calls - wrapper around original PX4 interface performance counter calls - wrapper around original PX4 interface
*/ */
enum perf_counter_type { enum perf_counter_type {
PC_COUNT, /**< count the number of times an event occurs */ PC_COUNT, /**< count the number of times an event occurs */
PC_ELAPSED, /**< measure the time elapsed performing an event */ PC_ELAPSED, /**< measure the time elapsed performing an event */
PC_INTERVAL /**< measure the interval between instances of an event */ PC_INTERVAL /**< measure the interval between instances of an event */
}; };
typedef void *perf_counter_t; typedef void *perf_counter_t;
virtual perf_counter_t perf_alloc(perf_counter_type t, const char *name) { return NULL; } virtual perf_counter_t perf_alloc(perf_counter_type t, const char *name) { return NULL; }