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/ddate.rb | |
| parent | ae9b3ef59f406c8330c2621e5355c75694723f35 (diff) | |
| download | homebrew-e31c3b430d9014f9617b58bef283c014b9403f6e.tar.bz2 | |
Homebrew style is to indent w/ 2 spaces, not tabs
Diffstat (limited to 'Library/Formula/ddate.rb')
| -rw-r--r-- | Library/Formula/ddate.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ddate.rb b/Library/Formula/ddate.rb index 7aa91239a..7acf87486 100644 --- a/Library/Formula/ddate.rb +++ b/Library/Formula/ddate.rb @@ -7,7 +7,7 @@ class Ddate <Formula version '0.1.0' def install - system "#{ENV['CC']}", "ddate.c", "-o", "ddate" + system "#{ENV['CC']}", "ddate.c", "-o", "ddate" bin.install 'ddate' end end |
