mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-12 15:58:28 -05:00
refactor: use new line character instead of std::endl
This commit is contained in:
@ -104,7 +104,7 @@ class AssetDumperSndDriverGlobals::Internal
|
||||
auto outputFile = this->m_context.OpenAssetFile(filename);
|
||||
if (outputFile == nullptr)
|
||||
{
|
||||
std::cout << "Failed to open sound driver globals output file for: \"" << filename << "\"" << std::endl;
|
||||
std::cout << "Failed to open sound driver globals output file for: \"" << filename << "\"\n";
|
||||
}
|
||||
|
||||
return outputFile;
|
||||
|
Reference in New Issue
Block a user