From 80095dc092cf11ac8ef52a38370c458302ab7895 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Sun, 1 Aug 2010 14:29:01 +0000 Subject: [PATCH] Eliminated whitespace from the end of String examples. --- .../StringAdditionOperator.pde | 14 +---------- .../StringAppendOperator.pde | 9 +------- .../StringCaseChanges/StringCaseChanges.pde | 19 +-------------- .../StringCharacters/StringCharacters.pde | 23 +------------------ .../StringComparisonOperators.pde | 14 +---------- .../StringConstructors/StringConstructors.pde | 10 +------- .../8.Strings/StringIndexOf/StringIndexOf.pde | 18 +-------------- .../8.Strings/StringLength/StringLength.pde | 6 +---- .../StringLengthTrim/StringLengthTrim.pde | 20 ---------------- .../8.Strings/StringReplace/StringReplace.pde | 21 +---------------- .../StringStartsWithEndsWith.pde | 18 +-------------- .../StringSubstring/StringSubstring.pde | 19 +-------------- 12 files changed, 11 insertions(+), 180 deletions(-) diff --git a/build/shared/examples/8.Strings/StringAdditionOperator/StringAdditionOperator.pde b/build/shared/examples/8.Strings/StringAdditionOperator/StringAdditionOperator.pde index 10a641018..9071880aa 100644 --- a/build/shared/examples/8.Strings/StringAdditionOperator/StringAdditionOperator.pde +++ b/build/shared/examples/8.Strings/StringAdditionOperator/StringAdditionOperator.pde @@ -55,16 +55,4 @@ void loop() { // do nothing while true: while(true); -} - - - - - - - - - - - - +} \ No newline at end of file diff --git a/build/shared/examples/8.Strings/StringAppendOperator/StringAppendOperator.pde b/build/shared/examples/8.Strings/StringAppendOperator/StringAppendOperator.pde index 2f22b1f51..9986e2fdb 100644 --- a/build/shared/examples/8.Strings/StringAppendOperator/StringAppendOperator.pde +++ b/build/shared/examples/8.Strings/StringAppendOperator/StringAppendOperator.pde @@ -58,11 +58,4 @@ void loop() { // do nothing while true: while(true); -} - - - - - - - +} \ No newline at end of file diff --git a/build/shared/examples/8.Strings/StringCaseChanges/StringCaseChanges.pde b/build/shared/examples/8.Strings/StringCaseChanges/StringCaseChanges.pde index 42316e300..8a704a1ab 100644 --- a/build/shared/examples/8.Strings/StringCaseChanges/StringCaseChanges.pde +++ b/build/shared/examples/8.Strings/StringCaseChanges/StringCaseChanges.pde @@ -25,21 +25,4 @@ void loop() { // do nothing while true: while(true); -} - - - - - - - - - - - - - - - - - +} \ No newline at end of file diff --git a/build/shared/examples/8.Strings/StringCharacters/StringCharacters.pde b/build/shared/examples/8.Strings/StringCharacters/StringCharacters.pde index ff29aea09..72a593bfd 100644 --- a/build/shared/examples/8.Strings/StringCharacters/StringCharacters.pde +++ b/build/shared/examples/8.Strings/StringCharacters/StringCharacters.pde @@ -32,25 +32,4 @@ void loop() { // do nothing while true: while(true); -} - - - - - - - - - - - - - - - - - - - - - +} \ No newline at end of file diff --git a/build/shared/examples/8.Strings/StringComparisonOperators/StringComparisonOperators.pde b/build/shared/examples/8.Strings/StringComparisonOperators/StringComparisonOperators.pde index 0e6bb748b..59303169e 100644 --- a/build/shared/examples/8.Strings/StringComparisonOperators/StringComparisonOperators.pde +++ b/build/shared/examples/8.Strings/StringComparisonOperators/StringComparisonOperators.pde @@ -118,16 +118,4 @@ void loop() { } } -} - - - - - - - - - - - - +} \ No newline at end of file diff --git a/build/shared/examples/8.Strings/StringConstructors/StringConstructors.pde b/build/shared/examples/8.Strings/StringConstructors/StringConstructors.pde index cff1419f7..4799b38f4 100644 --- a/build/shared/examples/8.Strings/StringConstructors/StringConstructors.pde +++ b/build/shared/examples/8.Strings/StringConstructors/StringConstructors.pde @@ -46,12 +46,4 @@ void loop() { // do nothing while true: while(true); -} - - - - - - - - +} \ No newline at end of file diff --git a/build/shared/examples/8.Strings/StringIndexOf/StringIndexOf.pde b/build/shared/examples/8.Strings/StringIndexOf/StringIndexOf.pde index 218d6552f..33846a8f3 100644 --- a/build/shared/examples/8.Strings/StringIndexOf/StringIndexOf.pde +++ b/build/shared/examples/8.Strings/StringIndexOf/StringIndexOf.pde @@ -53,20 +53,4 @@ void loop() { // do nothing while true: while(true); -} - - - - - - - - - - - - - - - - +} \ No newline at end of file diff --git a/build/shared/examples/8.Strings/StringLength/StringLength.pde b/build/shared/examples/8.Strings/StringLength/StringLength.pde index 33fa4fc3f..596280190 100644 --- a/build/shared/examples/8.Strings/StringLength/StringLength.pde +++ b/build/shared/examples/8.Strings/StringLength/StringLength.pde @@ -38,8 +38,4 @@ void loop() { // note the length for next time through the loop: lastStringLength = txtMsg.length(); } - -} - - - +} \ No newline at end of file diff --git a/build/shared/examples/8.Strings/StringLengthTrim/StringLengthTrim.pde b/build/shared/examples/8.Strings/StringLengthTrim/StringLengthTrim.pde index 48bfb9d76..f78e5d3c7 100644 --- a/build/shared/examples/8.Strings/StringLengthTrim/StringLengthTrim.pde +++ b/build/shared/examples/8.Strings/StringLengthTrim/StringLengthTrim.pde @@ -30,23 +30,3 @@ void loop() { // do nothing while true: while(true); } - - - - - - - - - - - - - - - - - - - - diff --git a/build/shared/examples/8.Strings/StringReplace/StringReplace.pde b/build/shared/examples/8.Strings/StringReplace/StringReplace.pde index da60cfd89..91bd3349d 100644 --- a/build/shared/examples/8.Strings/StringReplace/StringReplace.pde +++ b/build/shared/examples/8.Strings/StringReplace/StringReplace.pde @@ -30,23 +30,4 @@ void loop() { // do nothing while true: while(true); -} - - - - - - - - - - - - - - - - - - - +} \ No newline at end of file diff --git a/build/shared/examples/8.Strings/StringStartsWithEndsWith/StringStartsWithEndsWith.pde b/build/shared/examples/8.Strings/StringStartsWithEndsWith/StringStartsWithEndsWith.pde index 1111333b6..9467be558 100644 --- a/build/shared/examples/8.Strings/StringStartsWithEndsWith/StringStartsWithEndsWith.pde +++ b/build/shared/examples/8.Strings/StringStartsWithEndsWith/StringStartsWithEndsWith.pde @@ -43,20 +43,4 @@ void loop() { // do nothing while true: while(true); -} - - - - - - - - - - - - - - - - +} \ No newline at end of file diff --git a/build/shared/examples/8.Strings/StringSubstring/StringSubstring.pde b/build/shared/examples/8.Strings/StringSubstring/StringSubstring.pde index b383c1be5..d113b645c 100644 --- a/build/shared/examples/8.Strings/StringSubstring/StringSubstring.pde +++ b/build/shared/examples/8.Strings/StringSubstring/StringSubstring.pde @@ -30,21 +30,4 @@ void loop() { // do nothing while true: while(true); -} - - - - - - - - - - - - - - - - - +} \ No newline at end of file