Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Balykov Ruslan authored and Balykov Ruslan committed Aug 4, 2020
1 parent 31d7a56 commit 7892723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/uartdmx/UartWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ bool UartWidget::Write(const ola::DmxBuffer& data) {

data.Get(buffer + 1, &length);
if (length < m_padding) {
memset((buffer + 1 + length), 0x00, (m_padding - length) );
memset((buffer + 1 + length), 0x00, (m_padding - length) );
length = m_padding;
}

Expand Down

0 comments on commit 7892723

Please sign in to comment.