aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-03 21:06:11 -0700
committerAdam Vandenberg2013-06-03 21:06:11 -0700
commit0f9d82d3cc396e5f2fe5a9eb2cf9d2814a244f7a (patch)
tree6de26fd26e90911a96bc3f4c2c488ac57a7e1cbf /Library
parentc16c617f60e170266a648a3344d38c46d967d3ac (diff)
downloadhomebrew-0f9d82d3cc396e5f2fe5a9eb2cf9d2814a244f7a.tar.bz2
latex2html: fix indents
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/latex2html.rb18
1 files changed, 9 insertions, 9 deletions
diff --git a/Library/Formula/latex2html.rb b/Library/Formula/latex2html.rb
index 589d87569..9ee219fa5 100644
--- a/Library/Formula/latex2html.rb
+++ b/Library/Formula/latex2html.rb
@@ -1,15 +1,15 @@
require 'formula'
class Latex2html < Formula
- homepage 'http://ctan.uib.no/help/Catalogue/entries/latex2html.html'
- url 'http://ctan.uib.no/support/latex2html/latex2html-2012.tgz'
- sha1 '54b42d3fb812b0bf3d25bbde7e0ea2daf84e69ff'
+ homepage 'http://ctan.uib.no/help/Catalogue/entries/latex2html.html'
+ url 'http://ctan.uib.no/support/latex2html/latex2html-2012.tgz'
+ sha1 '54b42d3fb812b0bf3d25bbde7e0ea2daf84e69ff'
- depends_on 'netpbm'
- depends_on 'ghostscript' => :optional
+ depends_on 'netpbm'
+ depends_on 'ghostscript' => :optional
- def install
- system "./configure", "--prefix=#{prefix}", "--without-mktexlsr"
- system "make install"
- end
+ def install
+ system "./configure", "--prefix=#{prefix}", "--without-mktexlsr"
+ system "make install"
+ end
end