diff --git a/xplugin/main.cpp b/xplugin/main.cpp index 1a74ef8..92837c4 100644 --- a/xplugin/main.cpp +++ b/xplugin/main.cpp @@ -277,4 +277,4 @@ void toLog(const std::string &message) std::stringstream msg; msg << "German Airlines VA: " << message << std::endl; XPLMDebugString(msg.str().c_str()); -} \ No newline at end of file +}