Reformat: delete trailing whitespace
[metaproxy-moved-to-github.git] / src / url_recipe.cpp
index b514f7c..c6e4f86 100644 (file)
@@ -73,7 +73,7 @@ std::string mp_xml::url_recipe_handle(xmlDoc *doc, std::string recipe)
             int c_check = c;
             if (c_prev == '\\')
                 c_check = 0;
-            
+
             if (c_check == '}')
                 step = 5;
             else if (step == 0)