STYLE: Remove trailing whitespace in CMake files
authorHans Johnson <hans-johnson@uiowa.edu>
Sat, 9 Jul 2016 15:34:19 +0000 (10:34 -0500)
committerHans Johnson <hans-johnson@uiowa.edu>
Sat, 9 Jul 2016 15:34:19 +0000 (10:34 -0500)
commitf8fb0842d55c34ad2c26da58e9f55a3f10e52d0b
tree1be5f94764592cf36dedaf1fd22d97557c7d1fec
parentd177ffb1c16aaa08fb146a665add95d621fb2325
STYLE: Remove trailing whitespace in CMake files

This is mostly a long term maintenance improvement.

Many coding styles require elimination of trailing whitespace, and
many editors and source code management configurations automatically
gobble up whitespace. When these tools gobble up whitespace, it
complicates reviewing the meaningful code changes.

By removing whitespace on one patch, it makes future
code reviews much easier.
19 files changed:
BLAS/SRC/CMakeLists.txt
BLAS/TESTING/CMakeLists.txt
CBLAS/CMakeLists.txt
CBLAS/src/CMakeLists.txt
CBLAS/testing/CMakeLists.txt
CMAKE/CheckFortranTypeSizes.cmake
CMAKE/CheckLAPACKCompilerFlags.cmake
CMAKE/FortranMangling.cmake
CMakeLists.txt
CTestCustom.cmake.in
LAPACKE/src/CMakeLists.txt
LAPACKE/utils/CMakeLists.txt
SRC/CMakeLists.txt
TESTING/CMakeLists.txt
TESTING/EIG/CMakeLists.txt
TESTING/LIN/CMakeLists.txt
TESTING/MATGEN/CMakeLists.txt
TESTING/runtest.cmake
lapack_build.cmake