From d73f80c4ca6e8c59bcb24e45b8718c58a710a523 Mon Sep 17 00:00:00 2001 From: Andrey Pfau Date: Sat, 2 Dec 2023 17:09:21 +0700 Subject: [PATCH] fix formatting --- crypto/func/parse-func.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/func/parse-func.cpp b/crypto/func/parse-func.cpp index be36bf55..2f97701e 100644 --- a/crypto/func/parse-func.cpp +++ b/crypto/func/parse-func.cpp @@ -912,7 +912,7 @@ Expr* parse_expr14(Lexer& lex, CodeBlob& code, bool nv) { res->set_val(t); res->flags = Expr::_IsRvalue; res->deduce_type(lex.cur()); - } + } return res; }