commit | 9cc0d893f7fc4d0ed5dfb053bc38cab832f2f88f | [log] [tgz] |
---|---|---|
author | Jez Ng <[email protected]> | Tue May 25 18:58:06 2021 |
committer | Jez Ng <[email protected]> | Tue May 25 18:58:29 2021 |
tree | dc9ba0f5021c0e3d1320e826ef9466d67f85f246 | |
parent | 8535834ef7891a5221e0bd1350a4f0636b6f3efb [diff] [blame] |
[lld-macho][nfc] clang-format everything
diff --git a/lld/MachO/UnwindInfoSection.cpp b/lld/MachO/UnwindInfoSection.cpp index 93a2e80..33f7452 100644 --- a/lld/MachO/UnwindInfoSection.cpp +++ b/lld/MachO/UnwindInfoSection.cpp
@@ -19,8 +19,8 @@ #include "lld/Common/ErrorHandler.h" #include "lld/Common/Memory.h" -#include "llvm/ADT/SmallVector.h" #include "llvm/ADT/STLExtras.h" +#include "llvm/ADT/SmallVector.h" #include "llvm/BinaryFormat/MachO.h" using namespace llvm;