Run clang-format on r197727.
llvm-svn: 197788
diff --git a/lld/lib/ReaderWriter/MachO/ExecutableAtoms.hpp b/lld/lib/ReaderWriter/MachO/ExecutableAtoms.hpp
index ecc89f3..144baf7 100644
--- a/lld/lib/ReaderWriter/MachO/ExecutableAtoms.hpp
+++ b/lld/lib/ReaderWriter/MachO/ExecutableAtoms.hpp
@@ -29,9 +29,8 @@
//
class CRuntimeFile : public SimpleFile {
public:
- CRuntimeFile(const MachOLinkingContext &context)
- : SimpleFile("C runtime"),
- _undefMain(*this, context.entrySymbolName()) {
+ CRuntimeFile(const MachOLinkingContext &context)
+ : SimpleFile("C runtime"), _undefMain(*this, context.entrySymbolName()) {
// only main executables need _main
if (context.outputFileType() == llvm::MachO::MH_EXECUTE) {
this->addAtom(_undefMain);