We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4ad05 commit cadeedfCopy full SHA for cadeedf
src/goto-programs/builtin_functions.cpp
@@ -969,7 +969,7 @@ void goto_convertt::do_function_call_symbol(
969
970
copy(function_call, FUNCTION_CALL, dest);
971
972
- if(arguments.size()!=1 && arguments.size()!=2 && arguments.size()!=3)
+ if(arguments.size() != 1 && arguments.size() != 2 && arguments.size() != 3)
973
{
974
error().source_location=function.find_source_location();
975
error() << "`" << identifier
0 commit comments