Skip to content

Commit 396a64a

Browse files
committed
Removed trailing whitespace.
1 parent c61c934 commit 396a64a

9 files changed

+27
-27
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Copyright (c) 2022, LexxPluss Inc.
22
# All rights reserved.
3-
#
3+
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions are met:
6-
#
6+
#
77
# 1. Redistributions of source code must retain the above copyright notice,
88
# this list of conditions and the following disclaimer.
99
# 2. Redistributions in binary form must reproduce the above copyright notice,
1010
# this list of conditions and the following disclaimer in the documentation
1111
# and/or other materials provided with the distribution.
12-
#
12+
#
1313
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1414
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1515
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Copyright (c) 2022, LexxPluss Inc.
22
# All rights reserved.
3-
#
3+
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions are met:
6-
#
6+
#
77
# 1. Redistributions of source code must retain the above copyright notice,
88
# this list of conditions and the following disclaimer.
99
# 2. Redistributions in binary form must reproduce the above copyright notice,
1010
# this list of conditions and the following disclaimer in the documentation
1111
# and/or other materials provided with the distribution.
12-
#
12+
#
1313
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1414
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1515
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -66,7 +66,7 @@ jobs:
6666
draft: false
6767
prerelease: false
6868
- name: upload
69-
id: upload-release-asset
69+
id: upload-release-asset
7070
uses: actions/upload-release-asset@v1
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Copyright (c) 2022, LexxPluss Inc.
22
# All rights reserved.
3-
#
3+
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions are met:
6-
#
6+
#
77
# 1. Redistributions of source code must retain the above copyright notice,
88
# this list of conditions and the following disclaimer.
99
# 2. Redistributions in binary form must reproduce the above copyright notice,
1010
# this list of conditions and the following disclaimer in the documentation
1111
# and/or other materials provided with the distribution.
12-
#
12+
#
1313
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1414
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1515
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Redistribution and use in source and binary forms, with or without
22
modification, are permitted provided that the following conditions are met:
3-
3+
44
1. Redistributions of source code must retain the above copyright notice,
55
this list of conditions and the following disclaimer.
66
2. Redistributions in binary form must reproduce the above copyright notice,
77
this list of conditions and the following disclaimer in the documentation
88
and/or other materials provided with the distribution.
9-
9+
1010
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1111
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1212
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

LexxHard-ChargingBoard-Firmware.ino

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/*
22
* Copyright (c) 2022, LexxPluss Inc.
33
* All rights reserved.
4-
*
4+
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:
7-
*
7+
*
88
* 1. Redistributions of source code must retain the above copyright notice,
99
* this list of conditions and the following disclaimer.
1010
* 2. Redistributions in binary form must reproduce the above copyright notice,
1111
* this list of conditions and the following disclaimer in the documentation
1212
* and/or other materials provided with the distribution.
13-
*
13+
*
1414
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1515
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1616
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

lexxpluss_main.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/*
22
* Copyright (c) 2022, LexxPluss Inc.
33
* All rights reserved.
4-
*
4+
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:
7-
*
7+
*
88
* 1. Redistributions of source code must retain the above copyright notice,
99
* this list of conditions and the following disclaimer.
1010
* 2. Redistributions in binary form must reproduce the above copyright notice,
1111
* this list of conditions and the following disclaimer in the documentation
1212
* and/or other materials provided with the distribution.
13-
*
13+
*
1414
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1515
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1616
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

lexxpluss_main.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/*
22
* Copyright (c) 2022, LexxPluss Inc.
33
* All rights reserved.
4-
*
4+
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:
7-
*
7+
*
88
* 1. Redistributions of source code must retain the above copyright notice,
99
* this list of conditions and the following disclaimer.
1010
* 2. Redistributions in binary form must reproduce the above copyright notice,
1111
* this list of conditions and the following disclaimer in the documentation
1212
* and/or other materials provided with the distribution.
13-
*
13+
*
1414
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1515
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1616
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

serial_message.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/*
22
* Copyright (c) 2022, LexxPluss Inc.
33
* All rights reserved.
4-
*
4+
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:
7-
*
7+
*
88
* 1. Redistributions of source code must retain the above copyright notice,
99
* this list of conditions and the following disclaimer.
1010
* 2. Redistributions in binary form must reproduce the above copyright notice,
1111
* this list of conditions and the following disclaimer in the documentation
1212
* and/or other materials provided with the distribution.
13-
*
13+
*
1414
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1515
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1616
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

simpletimer.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/*
22
* Copyright (c) 2022, LexxPluss Inc.
33
* All rights reserved.
4-
*
4+
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:
7-
*
7+
*
88
* 1. Redistributions of source code must retain the above copyright notice,
99
* this list of conditions and the following disclaimer.
1010
* 2. Redistributions in binary form must reproduce the above copyright notice,
1111
* this list of conditions and the following disclaimer in the documentation
1212
* and/or other materials provided with the distribution.
13-
*
13+
*
1414
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1515
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1616
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

0 commit comments

Comments
 (0)