[lld-macho][nfc] clang-format everything
This commit is contained in:
parent
8535834ef7
commit
9cc0d893f7
|
@ -16,6 +16,7 @@
|
|||
#include "OutputSegment.h"
|
||||
#include "Target.h"
|
||||
|
||||
#include "llvm/ADT/Hashing.h"
|
||||
#include "llvm/ADT/SetVector.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue