diff --git a/src/osg/ApplicationUsage.cpp b/src/osg/ApplicationUsage.cpp index 60afa0f6a..25dfbdf69 100644 --- a/src/osg/ApplicationUsage.cpp +++ b/src/osg/ApplicationUsage.cpp @@ -232,7 +232,6 @@ void ApplicationUsage::write(std::ostream& output, unsigned int type, unsigned i bool needspace = false; if ((type&COMMAND_LINE_OPTION) && !getCommandLineOptions().empty()) { - if (needspace) output << std::endl; output << "Options"; if (showDefaults) output << " [and default value]"; output << ":"<