diff options
| author | Adam Vandenberg | 2013-05-23 12:50:31 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-05-23 12:50:31 -0700 | 
| commit | 82bb5dbd315681a7fbdfc8f5b7de2576738f9caa (patch) | |
| tree | 5439b0719fd873718d6a75e080ac38c9d4490361 /Library/Homebrew/patches.rb | |
| parent | 29bbbbbcd85c741aed2db7941e21f5cfc83a11fb (diff) | |
| download | homebrew-82bb5dbd315681a7fbdfc8f5b7de2576738f9caa.tar.bz2 | |
correct an indent
Diffstat (limited to 'Library/Homebrew/patches.rb')
| -rw-r--r-- | Library/Homebrew/patches.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/patches.rb b/Library/Homebrew/patches.rb index ccae94fac..ccd677e7d 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  | 
