aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-30 23:09:39 -0500
committerJack Nagel2014-03-30 23:13:31 -0500
commit4ad61c84da4c6b1d583dce8c98b381b45385788a (patch)
treeb82dde0dbe1e6697ba27ebec3f26386b6000e0fa /Library/Formula/python.rb
parente506e34f5a5b78d20942cdd26db30dd309b998dd (diff)
downloadhomebrew-4ad61c84da4c6b1d583dce8c98b381b45385788a.tar.bz2
python: fix indentation
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index 7aaf24755..cba83d0ce 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -157,13 +157,13 @@ class Python < Formula
prefix=#{HOMEBREW_PREFIX}
EOF
- # Fixes setting Python build flags for certain software
- # See: https://github.com/Homebrew/homebrew/pull/20182
- # http://bugs.python.org/issue3588
- inreplace lib_cellar/"config/Makefile" do |s|
- s.change_make_var! "LINKFORSHARED",
- "-u _PyMac_Error $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)"
- end
+ # Fixes setting Python build flags for certain software
+ # See: https://github.com/Homebrew/homebrew/pull/20182
+ # http://bugs.python.org/issue3588
+ inreplace lib_cellar/"config/Makefile" do |s|
+ s.change_make_var! "LINKFORSHARED",
+ "-u _PyMac_Error $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)"
+ end
end
def distutils_fix_superenv(args)