aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2011-06-25 14:01:43 -0500
committerJoshua Peek <josh@joshpeek.com>2011-06-25 14:01:43 -0500
commit4030d397db31b70783fb86b6f6368d0c0831edc3 (patch)
treefea5713ffa74f622b39bf7ae976e8fc8ae21c555 /bin
parentc88b2f77393b5dcfa3b7227db545cf6b39a2d41e (diff)
Whitespace
Diffstat (limited to 'bin')
-rwxr-xr-xbin/linguist8
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"