[lld/mac] clang-format after f5709066e3b
authorNico Weber <thakis@chromium.org>
Wed, 1 Jun 2022 18:53:08 +0000 (14:53 -0400)
committerNico Weber <thakis@chromium.org>
Wed, 1 Jun 2022 18:53:08 +0000 (14:53 -0400)
lld/MachO/SyntheticSections.cpp

index d717716..367586a 100644 (file)
@@ -919,9 +919,10 @@ void SymtabSection::emitStabs() {
     }
   }
 
-  llvm::stable_sort(symbolsNeedingStabs, [&](const SortingPair &a, const SortingPair &b) {
-    return a.second < b.second;
-  });
+  llvm::stable_sort(symbolsNeedingStabs,
+                    [&](const SortingPair &a, const SortingPair &b) {
+                      return a.second < b.second;
+                    });
 
   // Emit STABS symbols so that dsymutil and/or the debugger can map address
   // regions in the final binary to the source and object files from which they