mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Run clang-format to fix some inconsistent style
This commit is contained in:
@@ -353,7 +353,6 @@ void rpn_BinaryOp(
|
||||
// First, check if the expression is known
|
||||
expr.isKnown = src1.isKnown && src2.isKnown;
|
||||
if (expr.isKnown) {
|
||||
|
||||
// If both expressions are known, just compute the value
|
||||
uint32_t uleft = src1.val, uright = src2.val;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user