From 9579fadad48c73aee0b3e81673600149877ddb15 Mon Sep 17 00:00:00 2001 From: Afnan Enayet Date: Thu, 5 Jul 2018 21:33:29 -0400 Subject: [PATCH] Strip trailing whitespaces This fixes the rubocop offences, which was blocking Travis --- Library/Homebrew/cmd/install.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 1ef8f929c3..830a857648 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -21,9 +21,9 @@ #: #: If `--cc=` is passed, attempt to compile using . #: 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 -#: Homebrew-provided GCC 4.9. In order to use LLVM's clang, use -#: `llvm_clang`. To specify the Apple-provided clang, use `clang`. This +#: `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 +#: `llvm_clang`. To specify the Apple-provided clang, use `clang`. This #: parameter will only accept compilers that are provided by Homebrew or #: bundled with MacOS. Please do not file issues if you encounter errors #: while using this flag.