diff options
| author | Joshua Peek <josh@joshpeek.com> | 2011-06-25 14:01:43 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2011-06-25 14:01:43 -0500 |
| commit | 4030d397db31b70783fb86b6f6368d0c0831edc3 (patch) | |
| tree | fea5713ffa74f622b39bf7ae976e8fc8ae21c555 /bin | |
| parent | c88b2f77393b5dcfa3b7227db545cf6b39a2d41e (diff) | |
Whitespace
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/linguist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/linguist b/bin/linguist index ec37347..c726d71 100755 --- a/bin/linguist +++ b/bin/linguist @@ -24,10 +24,10 @@ elsif File.file?(path) end puts "#{blob.name}: #{blob.loc} lines (#{blob.sloc} sloc)" - puts " type: #{type}" - puts " extension: #{blob.pathname.extname}" - puts " mime type: #{blob.mime_type}" - puts " language: #{blob.language}" + puts " type: #{type}" + puts " extension: #{blob.pathname.extname}" + puts " mime type: #{blob.mime_type}" + puts " language: #{blob.language}" if blob.large? puts " blob is to large to be shown" |
