Skip to content

Commit c07a4f1

Browse files
committed
Whitespace fix
1 parent a151280 commit c07a4f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/expr_util.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ bool is_lvalue(const exprt &expr)
3333
else
3434
return false;
3535
}
36+
3637
exprt make_binary(const exprt &expr)
3738
{
3839
const exprt::operandst &operands=expr.operands();

0 commit comments

Comments
 (0)