DccPlusPlus / BaseStation

DCC++ Base Station for Arduino Uno and Mega
207 stars 150 forks source link

Fix typos and newlines #35

Closed Dylan-M closed 5 years ago

Dylan-M commented 5 years ago

This is a very minor cleanup of white space and typos.

The white space cleanup comes in 2 forms:

  1. Extraneous white-space after \ characters and before newlines
  2. Alignment of comments within a function and/or file. I did a number of changes here, but I didn't go crazy and align everything out to the longest possible line.

Additionally, some minor typos in the comments have been cleaned up; making it easier for someone who is looking at the code for the first time (ie Me as of a few days ago!) to more easily understand it.