Formatting for consistency

This commit is contained in:
Tony Corbett 2016-05-05 16:55:31 +01:00
parent 352c487279
commit 8aa52ae13d
1 changed files with 6 additions and 6 deletions

View File

@ -354,7 +354,7 @@ void CHD44780::writeDMR(unsigned int slotNo, const std::string& src, bool group,
::lcdPuts(m_fd, "DMR "); ::lcdPuts(m_fd, "DMR ");
::lcdPosition(m_fd, 0, 1); ::lcdPosition(m_fd, 0, 1);
// ::lcdPrintf(m_fd, "%.*s", m_cols, LISTENING); // ::lcdPrintf(m_fd, "%.*s", m_cols, LISTENING);
::lcdPrintf(m_fd, "%-16s", "Listening..."); ::lcdPrintf(m_fd, "%-16s", "Listening");
} }
} else if (m_rows == 4U && m_cols == 16U) { } else if (m_rows == 4U && m_cols == 16U) {
::lcdPosition(m_fd, 0, 0); ::lcdPosition(m_fd, 0, 0);
@ -486,7 +486,7 @@ void CHD44780::clearDMR(unsigned int slotNo)
::lcdPuts(m_fd, "DMR "); ::lcdPuts(m_fd, "DMR ");
::lcdPosition(m_fd, 0, 1); ::lcdPosition(m_fd, 0, 1);
// ::lcdPrintf(m_fd, "%.*s", m_cols, LISTENING); // ::lcdPrintf(m_fd, "%.*s", m_cols, LISTENING);
::lcdPrintf(m_fd, "%-16s", "Listening..."); ::lcdPrintf(m_fd, "%-16s", "Listening");
} }
} else if (m_rows == 4U && m_cols == 16U) { } else if (m_rows == 4U && m_cols == 16U) {
if (slotNo == 1U) { if (slotNo == 1U) {