]> git.openstreetmap.org Git - rails.git/blobdiff - script/locale/po2yaml
Cleanup trailing whitespace
[rails.git] / script / locale / po2yaml
index 3e05363e7e040eafbc0eb975c1bd3245c45b9342..e181bf3d5e13bc349b748729f16706047d1e17ba 100755 (executable)
@@ -30,7 +30,7 @@ def po2hash(f)
     elsif line[0..7] == 'msgstr "'
       msgstr = line[8..-2]
     end
-    
+
     if !path.empty? and !msgstr.empty?
       add_translation(trs, path, msgstr)
       path = []