Skip to content
Snippets Groups Projects
Commit 988bf2de authored by Marco Biasini's avatar Marco Biasini
Browse files

add newline after END

Fixes BZDNG-391
parent eec8a11c
Branches
Tags
No related merge requests found
......@@ -443,7 +443,7 @@ void PDBWriter::Write(const mol::AtomHandleList& atoms)
PDBWriter::~PDBWriter()
{
out_ << "END ";
out_ << "END " << std::endl;
}
}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment