Minor formatting.

This commit is contained in:
Patrick Lühne 2016-05-23 14:24:00 +02:00
parent 0724963c32
commit 6e37721243

View File

@ -176,7 +176,7 @@ void TranslatorASP::translate(std::ostream &ostream) const
{ {
const auto &mutexGroup = mutexGroups[i]; const auto &mutexGroup = mutexGroups[i];
ostream << std::endl << "mutexGroup(mutexGroup" << i << ")."; ostream << std::endl << "mutexGroup(mutexGroup" << i << ")." << std::endl;
const auto &facts = mutexGroup.facts(); const auto &facts = mutexGroup.facts();