mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
AP_Math: remove trailing whitespaces and tabs
This commit is contained in:
parent
5148e41c1a
commit
7f685a12bd
@ -13,7 +13,7 @@
|
|||||||
#ifndef M_PI_2
|
#ifndef M_PI_2
|
||||||
#define M_PI_2 (M_PI / 2)
|
#define M_PI_2 (M_PI / 2)
|
||||||
#endif
|
#endif
|
||||||
#else // Standard single precision math
|
#else // Standard single precision math
|
||||||
#ifdef M_PI
|
#ifdef M_PI
|
||||||
#undef M_PI
|
#undef M_PI
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user