From aec45a6ee66c28f0be7c8d1d608596676fe65550 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 23 May 2013 12:50:31 -0700 Subject: [PATCH] correct an indent --- Library/Homebrew/patches.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/patches.rb b/Library/Homebrew/patches.rb index ccae94facc..ccd677e7db 100644 --- a/Library/Homebrew/patches.rb +++ b/Library/Homebrew/patches.rb @@ -42,7 +42,7 @@ class Patches private def external_patches - @patches.select{|p| p.external?} + @patches.select{|p| p.external?} end # Collects the urls and output names of all external patches