Strip trailing whitespaces
This fixes the rubocop offences, which was blocking Travis
This commit is contained in:
parent
72735aef17
commit
9579fadad4
@ -21,9 +21,9 @@
|
|||||||
#:
|
#:
|
||||||
#: If `--cc=`<compiler> is passed, attempt to compile using <compiler>.
|
#: If `--cc=`<compiler> is passed, attempt to compile using <compiler>.
|
||||||
#: <compiler> should be the name of the compiler's executable, for instance
|
#: <compiler> should be the name of the compiler's executable, for instance
|
||||||
#: `gcc-8` for gcc 8, `gcc-4.2` for Apple's GCC 4.2, or `gcc-4.9` for a
|
#: `gcc-8` for gcc 8, `gcc-4.2` for Apple's GCC 4.2, or `gcc-4.9` for a
|
||||||
#: Homebrew-provided GCC 4.9. In order to use LLVM's clang, use
|
#: Homebrew-provided GCC 4.9. In order to use LLVM's clang, use
|
||||||
#: `llvm_clang`. To specify the Apple-provided clang, use `clang`. This
|
#: `llvm_clang`. To specify the Apple-provided clang, use `clang`. This
|
||||||
#: parameter will only accept compilers that are provided by Homebrew or
|
#: parameter will only accept compilers that are provided by Homebrew or
|
||||||
#: bundled with MacOS. Please do not file issues if you encounter errors
|
#: bundled with MacOS. Please do not file issues if you encounter errors
|
||||||
#: while using this flag.
|
#: while using this flag.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user