From ea1ae32a136bbcbe0a52b0990d947df3eb0a69c4 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 4 Jan 2014 12:49:48 +0000 Subject: [PATCH] formula: fix whitespace. --- Library/Homebrew/formula.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 056fc9e528..a35b286339 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -796,7 +796,7 @@ class Formula # version "The official release number for the latest incompatible # version, for instance 4.8.1" # end - # + # # `major_version` should be the major release number only, for instance # '4.8' for the GCC 4.8 series (4.8.0, 4.8.1, etc.). # If `version` or the block is omitted, then the compiler will be @@ -804,7 +804,7 @@ class Formula # # For example, if a bug is only triggered on GCC 4.8.1 but is not # encountered on 4.8.2: - # + # # fails_with :gcc => '4.8' do # version '4.8.1' # end