aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ddate.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-21 07:54:17 -0700
committerAdam Vandenberg2010-10-21 07:54:17 -0700
commite31c3b430d9014f9617b58bef283c014b9403f6e (patch)
tree94ac71f553f929ad012c4bf57eb861ce08eeb08a /Library/Formula/ddate.rb
parentae9b3ef59f406c8330c2621e5355c75694723f35 (diff)
downloadhomebrew-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.rb2
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