[llvm-exegesis][NFC] clang-format
llvm-svn: 335452
diff --git a/llvm/tools/llvm-exegesis/lib/Target.h b/llvm/tools/llvm-exegesis/lib/Target.h
index ba91afd..7342679 100644
--- a/llvm/tools/llvm-exegesis/lib/Target.h
+++ b/llvm/tools/llvm-exegesis/lib/Target.h
@@ -38,9 +38,9 @@
private:
virtual bool matchesArch(llvm::Triple::ArchType Arch) const = 0;
- const ExegesisTarget* Next = nullptr;
+ const ExegesisTarget *Next = nullptr;
};
-} // namespace exegesis
+} // namespace exegesis
#endif // LLVM_TOOLS_LLVM_EXEGESIS_TARGET_H