Whitespace cleanup.
This commit is contained in:
parent
05c77351e4
commit
da1cd7c4bc
2 changed files with 29 additions and 31 deletions
|
|
@ -49,8 +49,7 @@ namespace {
|
||||||
}
|
}
|
||||||
*p = '\0';
|
*p = '\0';
|
||||||
|
|
||||||
expr_t::ptr_op_t op = scope.lookup(buf);
|
if (expr_t::ptr_op_t op = scope.lookup(buf))
|
||||||
if (op)
|
|
||||||
return op_bool_tuple(op, false);
|
return op_bool_tuple(op, false);
|
||||||
|
|
||||||
*p++ = '_';
|
*p++ = '_';
|
||||||
|
|
@ -66,8 +65,7 @@ namespace {
|
||||||
buf[4] = letter;
|
buf[4] = letter;
|
||||||
buf[5] = '\0';
|
buf[5] = '\0';
|
||||||
|
|
||||||
expr_t::ptr_op_t op = scope.lookup(buf);
|
if (expr_t::ptr_op_t op = scope.lookup(buf))
|
||||||
if (op)
|
|
||||||
return op_bool_tuple(op, false);
|
return op_bool_tuple(op, false);
|
||||||
|
|
||||||
buf[5] = '_';
|
buf[5] = '_';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue