Fix last CodeFactor Style issues (#202)

* fix malformed whitespace

* fix trailing spaces 


fix trailing spaces
This commit is contained in:
croghostrider
2022-04-25 11:30:53 -07:00
committed by GitHub
parent d43703f7bd
commit eb963583ee
18 changed files with 9 additions and 30 deletions

View File

@@ -27,8 +27,8 @@ jobs:
# access regardless of the host operating system
shell: bash
working-directory: ${{runner.workspace}}/build
# Note the current convention is to use the -S and -B options here to specify source
# and build directories, but this is only available with CMake 3.13 and higher.
# Note the current convention is to use the -S and -B options here to specify source
# and build directories, but this is only available with CMake 3.13 and higher.
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
@@ -41,6 +41,6 @@ jobs:
# - name: Test
# working-directory: ${{runner.workspace}}/build
# shell: bash
# Execute tests defined by the CMake configuration.
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
# run: ctest -C $BUILD_TYPE