mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Remove extra new line after the written string
This commit is contained in:
@@ -91,7 +91,7 @@ bool cmFileCommand::HandleWriteCommand(std::vector<std::string> const& args,
|
||||
this->SetError(error.c_str());
|
||||
return false;
|
||||
}
|
||||
file << message << std::endl;
|
||||
file << message;
|
||||
file.close();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user