Fix indentation error

This commit is contained in:
phl0 2016-04-11 12:06:33 +02:00
parent ad1b30341d
commit e3263bffe1

View file

@ -52,10 +52,10 @@ public:
virtual void close(); virtual void close();
private: private:
const char* m_callsign; const char* m_callsign;
unsigned int m_dmrid; unsigned int m_dmrid;
CSerialController m_serial; CSerialController m_serial;
unsigned int m_brightness; unsigned int m_brightness;
void clearScreen(); void clearScreen();
void setBackground(unsigned char colour); void setBackground(unsigned char colour);