Renamed namespaces to all lowercase
[supertux.git] / src / scripting / platform.cpp
index 7adfde6..3908792 100644 (file)
@@ -19,7 +19,7 @@
 
 #define NOIMPL      log_fatal << __PRETTY_FUNCTION__ << " not implemented."
 
-namespace Scripting {
+namespace scripting {
 
 Platform::Platform(::Platform* platform)
   : platform(platform)