diff --git a/src/Magnum/Platform/magnum-info.cpp b/src/Magnum/Platform/magnum-info.cpp index ea9b493b9..fa459d5cb 100644 --- a/src/Magnum/Platform/magnum-info.cpp +++ b/src/Magnum/Platform/magnum-info.cpp @@ -161,11 +161,11 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat args.parse(arguments.argc, arguments.argv); #endif - Debug() << ""; + Debug() << Debug::newline; Debug() << " +---------------------------------------------------------+"; Debug() << " | Information about Magnum engine and OpenGL capabilities |"; Debug() << " +---------------------------------------------------------+"; - Debug() << ""; + Debug() << Debug::newline; #ifdef MAGNUM_WINDOWLESSEGLAPPLICATION_MAIN Debug() << "Used application: Platform::WindowlessEglApplication";