aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-10-04 09:53:59 +0100
committerMike McQuaid2013-10-04 09:53:59 +0100
commit929a9f8b4cb00c15be72b380e402db474e18625c (patch)
treeabaed72f5da32948323855569e4a818a77c8156e /Library
parentb4f5be46d28f17b067c9bf275b995b8b8558dbad (diff)
downloadbrew-929a9f8b4cb00c15be72b380e402db474e18625c.tar.bz2
macos: cleanup whitespace.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/macos.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/macos.rb b/Library/Homebrew/macos.rb
index de109ade3..d74dc33c0 100644
--- a/Library/Homebrew/macos.rb
+++ b/Library/Homebrew/macos.rb
@@ -199,7 +199,7 @@ module MacOS extend self
end
def preferred_arch
- @preferred_arch ||= if prefer_64_bit?
+ @preferred_arch ||= if prefer_64_bit?
Hardware::CPU.arch_64_bit
else
Hardware::CPU.arch_32_bit