aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-02-27 16:33:12 -0600
committerJack Nagel2012-02-27 16:33:12 -0600
commitbe8e0ff523ac8339ff6511851842d7e232ac38d0 (patch)
tree1031618a69915f0fcb2d1c015c3dd3b90e80c104 /Library
parent84918db6da5fd80cea005141546e6b8e82f61058 (diff)
downloadhomebrew-be8e0ff523ac8339ff6511851842d7e232ac38d0.tar.bz2
imagemagick: fix indentation
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/imagemagick.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb
index 231c63732..cece888b6 100644
--- a/Library/Formula/imagemagick.rb
+++ b/Library/Formula/imagemagick.rb
@@ -22,11 +22,11 @@ def disable_openmp?
end
def enable_hdri?
- ARGV.include? '--enable-hdri'
+ ARGV.include? '--enable-hdri'
end
def magick_plus_plus?
- ARGV.include? '--with-magick-plus-plus'
+ ARGV.include? '--with-magick-plus-plus'
end
def use_exr?
@@ -34,15 +34,15 @@ def use_exr?
end
def quantum_depth_8?
- ARGV.include? '--with-quantum-depth-8'
+ ARGV.include? '--with-quantum-depth-8'
end
def quantum_depth_16?
- ARGV.include? '--with-quantum-depth-16'
+ ARGV.include? '--with-quantum-depth-16'
end
def quantum_depth_32?
- ARGV.include? '--with-quantum-depth-32'
+ ARGV.include? '--with-quantum-depth-32'
end