Renamed namespaces to all lowercase
[supertux.git] / src / scripting / thunderstorm.cpp
index e83d667..00e927e 100644 (file)
@@ -18,7 +18,7 @@
 
 #define NOIMPL      log_fatal << __PRETTY_FUNCTION__ << " not implemented."
 
-namespace Scripting {
+namespace scripting {
 
 Thunderstorm::Thunderstorm(::Thunderstorm* thunderstorm)
   : thunderstorm(thunderstorm)