diff options
| author | Adam Vandenberg | 2010-10-21 07:54:17 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-10-21 07:54:17 -0700 | 
| commit | e31c3b430d9014f9617b58bef283c014b9403f6e (patch) | |
| tree | 94ac71f553f929ad012c4bf57eb861ce08eeb08a /Library/Formula/cscope.rb | |
| parent | ae9b3ef59f406c8330c2621e5355c75694723f35 (diff) | |
| download | homebrew-e31c3b430d9014f9617b58bef283c014b9403f6e.tar.bz2 | |
Homebrew style is to indent w/ 2 spaces, not tabs
Diffstat (limited to 'Library/Formula/cscope.rb')
| -rw-r--r-- | Library/Formula/cscope.rb | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/cscope.rb b/Library/Formula/cscope.rb index 07e7885e0..d16cf0d7c 100644 --- a/Library/Formula/cscope.rb +++ b/Library/Formula/cscope.rb @@ -5,10 +5,8 @@ class Cscope <Formula    homepage 'http://cscope.sourceforge.net/'    md5 'da43987622ace8c36bbf14c15a350ec1' -  def patches -	  # Patch from http://bugs.gentoo.org/show_bug.cgi?ctype=html&id=111621 -	  DATA -  end +  # Patch from http://bugs.gentoo.org/show_bug.cgi?ctype=html&id=111621 +  def patches; DATA; end    def install      system "./configure", "--prefix=#{prefix}",  | 
