1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-03 11:24:10 +01:00

OP-1395 - missing uncrustification

This commit is contained in:
Alessio Morale 2014-07-10 22:05:12 +02:00
parent c01047920a
commit ca12105527

View File

@ -244,7 +244,8 @@ public:
{ {
return m_loggingEnabled; return m_loggingEnabled;
} }
int logEntriesCount(){ int logEntriesCount()
{
return m_logEntries.count(); return m_logEntries.count();
} }
signals: signals: