From 4030d397db31b70783fb86b6f6368d0c0831edc3 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sat, 25 Jun 2011 14:01:43 -0500 Subject: [PATCH] Whitespace --- bin/linguist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/linguist b/bin/linguist index ec37347f..c726d71f 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"