diff --git a/test/testvalueflow.cpp b/test/testvalueflow.cpp index 0ef8c8be0..f62767ef4 100644 --- a/test/testvalueflow.cpp +++ b/test/testvalueflow.cpp @@ -1411,8 +1411,7 @@ private: errout.str()); } - void valueFlowBeforeConditionForward() - { + void valueFlowBeforeConditionForward() { const char* code; code = "void f(int a) {\n"