Skip to content

Commit 7ca4307

Browse files
committed
Issue #1 - Removed extra spaces
1 parent b9881d7 commit 7ca4307

5 files changed

Lines changed: 37 additions & 37 deletions

File tree

ArduinoProtoThread.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
// Copyright 2018, 2019 Greg M. Krsak <greg.krsak@gmail.com>
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
9-
// associated documentation files (the "Software"), to deal in the Software without restriction,
10-
// including without limitation the rights to use, copy, modify, merge, publish, distribute,
11-
// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
9+
// associated documentation files (the "Software"), to deal in the Software without restriction,
10+
// including without limitation the rights to use, copy, modify, merge, publish, distribute,
11+
// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
1212
// furnished to do so, subject to the following conditions:
1313
//
14-
// The above copyright notice and this permission notice shall be included in all copies or
14+
// The above copyright notice and this permission notice shall be included in all copies or
1515
// substantial portions of the Software.
1616
//
1717
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
18-
// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19-
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
20-
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19+
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
20+
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2121
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2222
//
2323

ArduinoProtoThread.hpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
// Copyright 2018, 2019 Greg M. Krsak <greg.krsak@gmail.com>
99
//
1010
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
11-
// associated documentation files (the "Software"), to deal in the Software without restriction,
12-
// including without limitation the rights to use, copy, modify, merge, publish, distribute,
13-
// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
11+
// associated documentation files (the "Software"), to deal in the Software without restriction,
12+
// including without limitation the rights to use, copy, modify, merge, publish, distribute,
13+
// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
1414
// furnished to do so, subject to the following conditions:
1515
//
16-
// The above copyright notice and this permission notice shall be included in all copies or
16+
// The above copyright notice and this permission notice shall be included in all copies or
1717
// substantial portions of the Software.
1818
//
1919
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
20-
// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21-
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
22-
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21+
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
22+
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2323
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2424
//
2525

ArduinoProtoThreadStateMachine.hpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
// Copyright 2018, 2019 Greg M. Krsak <greg.krsak@gmail.com>
99
//
1010
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
11-
// associated documentation files (the "Software"), to deal in the Software without restriction,
12-
// including without limitation the rights to use, copy, modify, merge, publish, distribute,
13-
// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
11+
// associated documentation files (the "Software"), to deal in the Software without restriction,
12+
// including without limitation the rights to use, copy, modify, merge, publish, distribute,
13+
// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
1414
// furnished to do so, subject to the following conditions:
1515
//
16-
// The above copyright notice and this permission notice shall be included in all copies or
16+
// The above copyright notice and this permission notice shall be included in all copies or
1717
// substantial portions of the Software.
1818
//
1919
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
20-
// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21-
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
22-
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21+
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
22+
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2323
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2424
//
2525

arduino_led_flash.ino

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
// Copyright 2018, 2019 Greg M. Krsak <greg.krsak@gmail.com>
99
//
1010
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
11-
// associated documentation files (the "Software"), to deal in the Software without restriction,
12-
// including without limitation the rights to use, copy, modify, merge, publish, distribute,
13-
// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
11+
// associated documentation files (the "Software"), to deal in the Software without restriction,
12+
// including without limitation the rights to use, copy, modify, merge, publish, distribute,
13+
// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
1414
// furnished to do so, subject to the following conditions:
1515
//
16-
// The above copyright notice and this permission notice shall be included in all copies or
16+
// The above copyright notice and this permission notice shall be included in all copies or
1717
// substantial portions of the Software.
1818
//
1919
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
20-
// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21-
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
22-
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21+
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
22+
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2323
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2424
//
2525

@@ -40,10 +40,10 @@ ArduinoProtoThread *protoThread;
4040
//////////////////////////////////////////////////////////////////////////////////////////////////
4141
void setup()
4242
{
43-
// Initialize hardware
43+
// Initialize hardware
4444
pinMode(OUTPUT_PIN_LED, OUTPUT);
4545
digitalWrite(OUTPUT_PIN_LED, LOW);
46-
46+
4747
// Initialize protothreads
4848
protoThread = new ArduinoProtoThread();
4949
protoThread->setExecutionIntervalTo(500);

pins.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
// Copyright 2018, 2019 Greg M. Krsak <greg.krsak@gmail.com>
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
9-
// associated documentation files (the "Software"), to deal in the Software without restriction,
10-
// including without limitation the rights to use, copy, modify, merge, publish, distribute,
11-
// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
9+
// associated documentation files (the "Software"), to deal in the Software without restriction,
10+
// including without limitation the rights to use, copy, modify, merge, publish, distribute,
11+
// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
1212
// furnished to do so, subject to the following conditions:
1313
//
14-
// The above copyright notice and this permission notice shall be included in all copies or
14+
// The above copyright notice and this permission notice shall be included in all copies or
1515
// substantial portions of the Software.
1616
//
1717
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
18-
// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19-
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
20-
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19+
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
20+
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2121
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2222
//
2323

0 commit comments

Comments
 (0)