Merge branch 'feature/sdl2'
[supertux.git] / src / supertux / level.cpp
index 3ecc6a1..00d3335 100644 (file)
@@ -130,7 +130,6 @@ Level::load(const std::string& filepath)
 
     if (license == "") {
       log_warning << "[" <<  filepath << "] The level author \"" << author << "\" did not specify a license for this level \"" << name << "\". You might not be allowed to share it." << std::endl;
-
     }
   } catch(std::exception& e) {
     std::stringstream msg;