[llvm-exegesis][NFC] clang-format
llvm-svn: 335452
diff --git a/llvm/tools/llvm-exegesis/lib/Uops.cpp b/llvm/tools/llvm-exegesis/lib/Uops.cpp
index a64bc95..349f5f4 100644
--- a/llvm/tools/llvm-exegesis/lib/Uops.cpp
+++ b/llvm/tools/llvm-exegesis/lib/Uops.cpp
@@ -97,7 +97,8 @@
return llvm::make_error<BenchmarkFailure>(
"Infeasible : has unknown operands");
if (llvm::any_of(MCInstrDesc.operands(), hasMemoryOperand))
- return llvm::make_error<BenchmarkFailure>("Infeasible : has memory operands");
+ return llvm::make_error<BenchmarkFailure>(
+ "Infeasible : has memory operands");
return llvm::Error::success();
}