From 5364c8e9165b950838bbcaa52b4b1dcabdffd95f Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Sat, 18 Jan 2025 18:54:03 +0000 Subject: [PATCH] Formatting --- src/libponyc/type/matchtype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libponyc/type/matchtype.c b/src/libponyc/type/matchtype.c index b44094b1b4..90e6218a79 100644 --- a/src/libponyc/type/matchtype.c +++ b/src/libponyc/type/matchtype.c @@ -938,7 +938,7 @@ matchtype_t is_matchtype(ast_t* operand, ast_t* pattern, errorframe_t* errorf, // TODO discuss with joe if (consumed_pattern != pattern) - ast_free_unattached(consumed_pattern); + ast_free_unattached(consumed_pattern); return rslt; }