Examples: mass code format. See example_formatter.conf

This commit is contained in:
Federico Fissore
2015-07-06 15:18:33 +02:00
parent e1afbd651b
commit 4b93f42f41
2 changed files with 6 additions and 7 deletions

View File

@@ -48,8 +48,7 @@ void setup() {
Serial.begin(9600);
}
void loop()
{
void loop() {
// when characters arrive over the serial port...
if (Serial.available()) {
// wait a bit for the entire message to arrive