# File lib/puppet-lint/plugins/check_whitespace.rb, line 19 def fix(problem) problem[:token].value.gsub!("\t", ' ') end