aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisty De Meo2012-08-09 11:00:35 -0500
committerMisty De Meo2012-08-09 16:33:49 -0500
commitab80dfc5b784c0da894855016a5140a75e28e696 (patch)
tree15b112b17000766b2056f4a50a740d3b08430a1a
parentac9bc89bb38fc07205b34fdbb7f3c34b81e7464e (diff)
downloadbrew-ab80dfc5b784c0da894855016a5140a75e28e696.tar.bz2
create: Fix indentation for :x11 dep
-rw-r--r--Library/Homebrew/cmd/create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb
index 03018d407..84d77f872 100644
--- a/Library/Homebrew/cmd/create.rb
+++ b/Library/Homebrew/cmd/create.rb
@@ -112,7 +112,7 @@ class FormulaCreator
<% elsif mode == nil %>
# depends_on 'cmake' => :build
<% end %>
- depends_on :x11 # if your formula requires any X11/XQuartz components
+ depends_on :x11 # if your formula requires any X11/XQuartz components
def install
# ENV.j1 # if your formula's build system can't parallelize