Removing trailing () at the end of 0-ary values for ASP output.

This commit is contained in:
2016-05-21 16:27:30 +02:00
parent 273e310c60
commit d219ef0388
2 changed files with 13 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ struct Value
Sign m_sign;
std::string m_name;
bool m_hasArguments;
};
////////////////////////////////////////////////////////////////////////////////////////////////////