Formatting. No functional change.
[oota-llvm.git] / utils / TableGen / AsmMatcherEmitter.cpp
index 28cd81ac999bf7f15ea3c0a09a5a11a5b0cc039d..abcec8fe949d855c32022f7940ce9a6172396f39 100644 (file)
@@ -2718,8 +2718,8 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
   OS << "  }\n\n";
 
   OS << "  // Okay, we had no match.  Try to return a useful error code.\n";
-  OS << "  if (HadMatchOtherThanPredicate || !HadMatchOtherThanFeatures)";
-  OS << "  return RetCode;\n";
+  OS << "  if (HadMatchOtherThanPredicate || !HadMatchOtherThanFeatures)\n";
+  OS << "    return RetCode;\n\n";
   OS << "  // Missing feature matches return which features were missing\n";
   OS << "  ErrorInfo = MissingFeatures;\n";
   OS << "  return Match_MissingFeature;\n";