1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Eliminated whitespace from the end of String examples.

This commit is contained in:
Tom Igoe
2010-08-01 14:29:01 +00:00
parent 5d97e9ef99
commit 80095dc092
12 changed files with 11 additions and 180 deletions

View File

@ -55,16 +55,4 @@ void loop() {
// do nothing while true: // do nothing while true:
while(true); while(true);
} }

View File

@ -58,11 +58,4 @@ void loop() {
// do nothing while true: // do nothing while true:
while(true); while(true);
} }

View File

@ -25,21 +25,4 @@ void loop() {
// do nothing while true: // do nothing while true:
while(true); while(true);
} }

View File

@ -32,25 +32,4 @@ void loop() {
// do nothing while true: // do nothing while true:
while(true); while(true);
} }

View File

@ -118,16 +118,4 @@ void loop() {
} }
} }
} }

View File

@ -46,12 +46,4 @@ void loop() {
// do nothing while true: // do nothing while true:
while(true); while(true);
} }

View File

@ -53,20 +53,4 @@ void loop() {
// do nothing while true: // do nothing while true:
while(true); while(true);
} }

View File

@ -38,8 +38,4 @@ void loop() {
// note the length for next time through the loop: // note the length for next time through the loop:
lastStringLength = txtMsg.length(); lastStringLength = txtMsg.length();
} }
}
}

View File

@ -30,23 +30,3 @@ void loop() {
// do nothing while true: // do nothing while true:
while(true); while(true);
} }

View File

@ -30,23 +30,4 @@ void loop() {
// do nothing while true: // do nothing while true:
while(true); while(true);
} }

View File

@ -43,20 +43,4 @@ void loop() {
// do nothing while true: // do nothing while true:
while(true); while(true);
} }

View File

@ -30,21 +30,4 @@ void loop() {
// do nothing while true: // do nothing while true:
while(true); while(true);
} }