diff --git a/libraries/AP_Common/c++.cpp b/libraries/AP_Common/c++.cpp index 8ea4bc4f41..9d3ef97d04 100644 --- a/libraries/AP_Common/c++.cpp +++ b/libraries/AP_Common/c++.cpp @@ -10,9 +10,9 @@ #include #include "c++.h" #if defined(ARDUINO) && ARDUINO >= 100 - #include "Arduino.h" + #include "Arduino.h" #else - #include "WProgram.h" + #include "WProgram.h" #endif void * operator new(size_t size) @@ -62,7 +62,8 @@ void __cxa_guard_release (__guard *g) *(char *)g = 1; }; -void __cxa_guard_abort (__guard *) {}; +void __cxa_guard_abort (__guard *) { +}; // free memory extern unsigned int __bss_end;