diff options
| author | Adam Vandenberg | 2013-01-27 22:01:32 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:21 -0800 | 
| commit | 8ecd0b7660b59e15af1bfe09b0cadc89f9bcb87f (patch) | |
| tree | a27c5e62f5f1946870ee31204956614b26ae93a9 | |
| parent | 6babbe34c26b764dc80c87389db802a102bd4d4e (diff) | |
| download | homebrew-8ecd0b7660b59e15af1bfe09b0cadc89f9bcb87f.tar.bz2 | |
sdcc: style nits
| -rw-r--r-- | Library/Formula/sdcc.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/sdcc.rb b/Library/Formula/sdcc.rb index ad1bbfc38..246da7816 100644 --- a/Library/Formula/sdcc.rb +++ b/Library/Formula/sdcc.rb @@ -1,8 +1,8 @@  require 'formula'  class Sdcc < Formula -  url 'http://downloads.sourceforge.net/project/sdcc/sdcc/3.0.0/sdcc-src-3.0.0.tar.bz2'    homepage 'http://sdcc.sourceforge.net/' +  url 'http://downloads.sourceforge.net/project/sdcc/sdcc/3.0.0/sdcc-src-3.0.0.tar.bz2'    sha1 '5f50f3841d58c10432bc4352e06a3f1b1f339ec1'    depends_on 'gputils' | 
