diff options
| author | Adam Vandenberg | 2014-03-18 20:25:52 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-03-18 20:44:05 -0700 | 
| commit | eff79bf339863238661832dd471e50098083dc37 (patch) | |
| tree | 55f8e1e935b50bca541f09d61337bc924a6aef40 /Library/Formula/wireshark.rb | |
| parent | 64360d8293db93f44478b73c220313da943b24de (diff) | |
| download | homebrew-eff79bf339863238661832dd471e50098083dc37.tar.bz2 | |
wireshark: fix indentation
Diffstat (limited to 'Library/Formula/wireshark.rb')
| -rw-r--r-- | Library/Formula/wireshark.rb | 18 | 
1 files changed, 9 insertions, 9 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb index ac6a903fc..0c07e7b10 100644 --- a/Library/Formula/wireshark.rb +++ b/Library/Formula/wireshark.rb @@ -68,15 +68,15 @@ class Wireshark < Formula      system "make install"      if build.with? 'headers' -        (include/"wireshark").install Dir["*.h"] -        (include/"wireshark/epan").install Dir["epan/*.h"] -        (include/"wireshark/epan/crypt").install Dir["epan/crypt/*.h"] -        (include/"wireshark/epan/dfilter").install Dir["epan/dfilter/*.h"] -        (include/"wireshark/epan/dissectors").install Dir["epan/dissectors/*.h"] -        (include/"wireshark/epan/ftypes").install Dir["epan/ftypes/*.h"] -        (include/"wireshark/epan/wmem").install Dir["epan/wmem/*.h"] -        (include/"wireshark/wiretap").install Dir["wiretap/*.h"] -        (include/"wireshark/wsutil").install Dir["wsutil/*.h"] +      (include/"wireshark").install Dir["*.h"] +      (include/"wireshark/epan").install Dir["epan/*.h"] +      (include/"wireshark/epan/crypt").install Dir["epan/crypt/*.h"] +      (include/"wireshark/epan/dfilter").install Dir["epan/dfilter/*.h"] +      (include/"wireshark/epan/dissectors").install Dir["epan/dissectors/*.h"] +      (include/"wireshark/epan/ftypes").install Dir["epan/ftypes/*.h"] +      (include/"wireshark/epan/wmem").install Dir["epan/wmem/*.h"] +      (include/"wireshark/wiretap").install Dir["wiretap/*.h"] +      (include/"wireshark/wsutil").install Dir["wsutil/*.h"]      end    end  | 
