formula: fix whitespace.

This commit is contained in:
Mike McQuaid 2014-01-04 12:49:48 +00:00
parent c247f66a13
commit ea1ae32a13

View File

@ -796,7 +796,7 @@ class Formula
# version "The official release number for the latest incompatible # version "The official release number for the latest incompatible
# version, for instance 4.8.1" # version, for instance 4.8.1"
# end # end
# #
# `major_version` should be the major release number only, for instance # `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.). # '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 # 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 # For example, if a bug is only triggered on GCC 4.8.1 but is not
# encountered on 4.8.2: # encountered on 4.8.2:
# #
# fails_with :gcc => '4.8' do # fails_with :gcc => '4.8' do
# version '4.8.1' # version '4.8.1'
# end # end