Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / tinygettext / tinygettext.cpp
index bcab14d..17a0292 100644 (file)
@@ -287,7 +287,7 @@ DictionaryManager::get_dictionary(const std::string& spec)
                    }
                   }
                }
-       
+
                // if it matched, load dictionary
                if (load_from_file != "") {
                   //log_debug << "Loading dictionary for language \"" << lang << "\" from \"" << filename << "\"" << std::endl;
@@ -383,7 +383,7 @@ DictionaryManager::get_language_from_spec(const std::string& spec)
   s = lang.find("_");
   if(s == std::string::npos) {
     std::string lang_big = lang;
-    std::transform (lang_big.begin(), lang_big.end(), lang_big.begin(), toupper); 
+    std::transform (lang_big.begin(), lang_big.end(), lang_big.begin(), toupper);
     lang += "_" + lang_big;
   }