AP_Math: remove trailing whitespaces and tabs

This commit is contained in:
Lucas De Marchi 2016-02-25 21:08:07 -03:00
parent 5148e41c1a
commit 7f685a12bd

View File

@ -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