================
@@ -1262,14 +1262,14 @@ void AsmWriterEmitter::EmitPrintAliasInstruction(raw_ostream &O) {
<< " break;\n";
}
O << " }\n";
- }
+ }
----------------
chapuni wrote:
Could you avoid irrelevant partial reformattings?
https://github.com/llvm/llvm-project/pull/80847