[ELF] - Format. NFC.

llvm-svn: 282395
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp
index 0fb8c2c..65bcfd9 100644
--- a/lld/ELF/LinkerScript.cpp
+++ b/lld/ELF/LinkerScript.cpp
@@ -1491,9 +1491,7 @@
     expect("(");
     StringRef Tok = next();
     expect(")");
-    return [=](uint64_t Dot) {
-      return ScriptBase->isDefined(Tok) ? 1 : 0;
-    };
+    return [=](uint64_t Dot) { return ScriptBase->isDefined(Tok) ? 1 : 0; };
   }
   if (Tok == "SEGMENT_START") {
     expect("(");