[lld-macho][nfc] clang-format everything

This commit is contained in:
Jez Ng 2021-05-25 14:58:06 -04:00
parent 8535834ef7
commit 9cc0d893f7
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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;