style: remove trailing whitespace (#345)

* style: restore correct 644 file permission

* style: remove trailing whitespace
This commit is contained in:
Marcel Hellwig
2023-08-04 13:26:45 +02:00
committed by GitHub
parent 605fbe48c0
commit dcd9d46b9c
15 changed files with 19 additions and 19 deletions

View File

@@ -87,7 +87,7 @@ static void _parse_signature(const std::string &signature, std::string &type, un
}
case '\0':
{
std::cerr <<
std::cerr <<
"Invalid array definition. Type is missing after '" << signature
<< "'."
<< std::endl;