uncrustify libraries/AP_Common/c++.h

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

View File

@ -1,7 +1,7 @@
#ifndef CPP_H #ifndef CPP_H
#define CPP_H #define CPP_H
void displayMemory(); void displayMemory();
int freeMemory(); int freeMemory();
#endif #endif