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 8f6dab8 commit f0ceaf7Copy full SHA for f0ceaf7
src/ansi-c/expr2c.cpp
@@ -2786,7 +2786,7 @@ std::string expr2ct::convert_code_dead(
2786
return convert_norep(src, precedence);
2787
}
2788
2789
- return "dead "+convert(src.op0())+";";
+ return indent_str(indent) + "dead " + convert(src.op0()) + ";";
2790
2791
2792
std::string expr2ct::convert_code_for(
0 commit comments