aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os
diff options
context:
space:
mode:
authorXu Cheng2015-08-06 15:45:52 +0800
committerXu Cheng2015-08-06 17:23:56 +0800
commitb121e5fd7be1b1984e51caa6a369dd8faf70a57a (patch)
tree7bf8eb9f259479e8c445e2d991bec251a2cc5324 /Library/Homebrew/os
parent3f8ce5f1a95307a2a836afbbf51565d890ff676f (diff)
downloadbrew-b121e5fd7be1b1984e51caa6a369dd8faf70a57a.tar.bz2
more core file style updated by rubocop
Diffstat (limited to 'Library/Homebrew/os')
-rw-r--r--Library/Homebrew/os/mac/hardware.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/hardware.rb b/Library/Homebrew/os/mac/hardware.rb
index 11cf0142a..db4fe5875 100644
--- a/Library/Homebrew/os/mac/hardware.rb
+++ b/Library/Homebrew/os/mac/hardware.rb
@@ -62,7 +62,7 @@ module MacCPUs
when 100
# This is the only 64-bit PPC CPU type, so it's useful
# to distinguish in `brew config` output and in bottle tags
- MacOS.prefer_64_bit? ? :g5_64 : :g5 # PowerPC 970
+ MacOS.prefer_64_bit? ? :g5_64 : :g5 # PowerPC 970
else
:dunno
end