uncrustify libraries/AP_Common/c++.cpp

This commit is contained in:
uncrustify 2012-08-16 23:18:11 -07:00 committed by Pat Hickey
parent 0890404680
commit d9234edebc

View File

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