Skip to content

Commit 5bcb87b

Browse files
authored
lint: remove trailing whitespaces (BehaviorTree#464)
* lint: remove trailing whitespaces * remove trailing whitespace
1 parent dab3eef commit 5bcb87b

File tree

13 files changed

+95
-95
lines changed

13 files changed

+95
-95
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
# access regardless of the host operating system
3535
shell: bash
3636
working-directory: ${{github.workspace}}/build
37-
# Note the current convention is to use the -S and -B options here to specify source
38-
# and build directories, but this is only available with CMake 3.13 and higher.
37+
# Note the current convention is to use the -S and -B options here to specify source
38+
# and build directories, but this is only available with CMake 3.13 and higher.
3939
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12
4040
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
4141

3rdparty/minitrace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ How to use
4242

4343
6. Click Open, and choose your trace.json
4444

45-
7. Navigate the trace view using the WASD keys, and Look for bottlenecks and optimize your application.
45+
7. Navigate the trace view using the WASD keys, and Look for bottlenecks and optimize your application.
4646

4747
8. In your final release build, build with
4848

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ Changelog for package behaviortree_cpp
487487
* merge pull request #14 related to #10 (with some minor changes)
488488
* Fix issue #8 and warning reported in #4
489489
Fixed problem of visibility with TinyXML2
490-
* Contributors: Davide Faconti, Uilian Ries
490+
* Contributors: Davide Faconti, Uilian Ries
491491

492492
2.1.0 (2018-11-16)
493493
------------------

0 commit comments

Comments
 (0)