diff options
| author | Adam Vandenberg | 2013-01-27 15:24:41 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:51 -0800 | 
| commit | 77399a9fe604b2ad17e0a4569d659714c889ba0d (patch) | |
| tree | e1c647368e0810bda11f8a3e202179f157284b15 | |
| parent | fd65e0e1248fbe1c102cdcf2bca1e22e15585d59 (diff) | |
| download | homebrew-77399a9fe604b2ad17e0a4569d659714c889ba0d.tar.bz2 | |
xmlformat: style nits
| -rw-r--r-- | Library/Formula/xmlformat.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/xmlformat.rb b/Library/Formula/xmlformat.rb index 2daa3953e..17be8cae2 100644 --- a/Library/Formula/xmlformat.rb +++ b/Library/Formula/xmlformat.rb @@ -1,8 +1,8 @@  require 'formula'  class Xmlformat < Formula -  url 'http://www.kitebird.com/software/xmlformat/xmlformat-1.04.tar.gz'    homepage 'http://www.kitebird.com/software/xmlformat/' +  url 'http://www.kitebird.com/software/xmlformat/xmlformat-1.04.tar.gz'    sha1 '405057df0b8160775d486b671348820359b4b85d'    def install | 
