aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/subversion.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-05-28 08:13:16 -0700
committerAdam Vandenberg2012-05-28 08:13:16 -0700
commit87bc12d0a42e5c3d9b6e675269617e8d2205527f (patch)
tree8d3862e4af74e86a6fb7345c7efcc2e09786aaad /Library/Formula/subversion.rb
parent37667565fcb879726f9ed806a3cf152edc119417 (diff)
downloadhomebrew-87bc12d0a42e5c3d9b6e675269617e8d2205527f.tar.bz2
subversion: style nits
Diffstat (limited to 'Library/Formula/subversion.rb')
-rw-r--r--Library/Formula/subversion.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb
index b666d27b6..e84ee18b4 100644
--- a/Library/Formula/subversion.rb
+++ b/Library/Formula/subversion.rb
@@ -1,9 +1,9 @@
require 'formula'
-def build_java?; ARGV.include? "--java"; end
-def build_perl?; ARGV.include? "--perl"; end
-def build_python?; ARGV.include? "--python"; end
-def build_ruby?; ARGV.include? "--ruby"; end
+def build_java?; ARGV.include? "--java"; end
+def build_perl?; ARGV.include? "--perl"; end
+def build_python?; ARGV.include? "--python"; end
+def build_ruby?; ARGV.include? "--ruby"; end
def with_unicode_path?; ARGV.include? "--unicode-path"; end
class UniversalNeon < Requirement