Clean trailing whitespace

This commit is contained in:
Scott Lahteine
2018-07-25 18:49:32 -05:00
parent 9c2bfa2ab3
commit e05e95cf97
5 changed files with 12 additions and 12 deletions

View File

@ -29,7 +29,7 @@
/**
* M7219: Control the Max7219 LED matrix
*
*
* I - Initialize (clear) the matrix
* F - Fill the matrix (set all bits)
* P - Dump the LEDs[] array values
@ -38,7 +38,7 @@
* X<pos> - X position of an LED to set or toggle
* Y<pos> - Y position of an LED to set or toggle
* V<value> - The potentially 32-bit value or on/off state to set
* (for example: a chain of 4 Max7219 devices can have 32 bit
* (for example: a chain of 4 Max7219 devices can have 32 bit
* rows or columns depending upon rotation)
*/
void GcodeSuite::M7219() {