harlequin-tech / WiFlyHQ

WiFly RN-XV Arduino Library
Other
110 stars 68 forks source link

update formating #49

Closed chrwei closed 8 years ago

chrwei commented 8 years ago

normalizing tabs/spaces, indenting, alignment, and basic formatting style. also one comment was misplaced, moved it.

there are no feature changes in this patch, only whitespace consistency and readability improvements.

chrwei commented 8 years ago

I have several branches staged now, but they all depend on this one. if you don't want to accept this one I can redo them, but I think consistent formatting is important, so i hope you can merge this soon and I'll issue pulls for the rest.

harlequin-tech commented 8 years ago

Cheers chrwei, I will review the changes soon and pull them in. I do have some formatting styles that I prefer (e.g. 4-space indentation, brace positions, function declarations).

chrwei commented 8 years ago

yes, I used 4 spaces and { on newline for functions and same line for flow control statements.

chrwei commented 8 years ago

I did very little in the .h file, I didn't even notice the structs. do you want me to redo that part?