summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-09-29 16:55:32 +0200
committerJochen Topf <jochen@topf.org>2014-09-29 16:55:32 +0200
commit957ee90110ecaad81129a27ca144e8940853a6f0 (patch)
treefd1d0fc76eb8566dd28ea8391fed0a2dc22c9740 /bin
parentea89e135fb09a7698f2687ae3352c304ee15dd77 (diff)
downloadtaginfo-957ee90110ecaad81129a27ca144e8940853a6f0.tar
taginfo-957ee90110ecaad81129a27ca144e8940853a6f0.tar.gz
Remove spaces at line endings.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/check-translations.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check-translations.rb b/bin/check-translations.rb
index 16e9b28..438b884 100755
--- a/bin/check-translations.rb
+++ b/bin/check-translations.rb
@@ -46,7 +46,7 @@ def walk(path, en, other)
# puts "#{name} [#{en[key]}] [#{other[key]}]"
if other.nil?|| ! other[key]
puts "MISSING: #{name} [en=#{en[key]}]"
- end
+ end
end
end
end