================
@@ -676,17 +677,18 @@ static EnumDecl 
*findCommonEnumForBlockReturns(ArrayRef<ReturnStmt*> returns) {
   }
 
   // Never infer an anonymous enum type.
-  if (!ED->hasNameForLinkage()) return nullptr;
+  if (!ED->hasNameForLinkage())
----------------
ojhunt wrote:

NFC formatting change

https://github.com/llvm/llvm-project/pull/117953
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to