Minor formatting.

This commit is contained in:
Patrick Lühne 2016-06-14 14:18:38 +02:00
parent 94d448d438
commit a7cf696357

View File

@ -85,7 +85,7 @@ void TranslatorASP::translateTypes() const
if (types.empty()) if (types.empty())
{ {
m_ostream << std::endl << "type(object)." << std::endl; m_ostream << "type(object)." << std::endl;
return; return;
} }