fixed inconsistent linefeeds in ADC code

the linefeeds had bacome inconsistent in this library, making some
editors fail to load the code
This commit is contained in:
Andrew Tridgell 2011-09-18 13:49:00 +10:00
parent 2ca8e58bc2
commit f375258699
6 changed files with 281 additions and 281 deletions

View File

@ -42,7 +42,7 @@ class AP_ADC_HIL : public AP_ADC
// Set the adc raw values given the current rotations rates, // Set the adc raw values given the current rotations rates,
// temps, accels, and pressures // temps, accels, and pressures
void setHIL(int16_t p, int16_t q, int16_t r, int16_t gyroTemp, void setHIL(int16_t p, int16_t q, int16_t r, int16_t gyroTemp,
int16_t aX, int16_t aY, int16_t aZ, int16_t diffPress); int16_t aX, int16_t aY, int16_t aZ, int16_t diffPress);
private: private: