git-clang-format. NFC.

llvm-svn: 266231
This commit is contained in:
Rafael Espindola 2016-04-13 19:07:40 +00:00
parent f9d3dcf0a8
commit ab14c88984
2 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
//===----------------------------------------------------------------------===//
#include "Driver.h"
#include "DynamicList.h"
#include "Config.h"
#include "DynamicList.h"
#include "Error.h"
#include "ICF.h"
#include "InputFiles.h"

View File

@ -12,7 +12,7 @@
#include "SymbolTable.h"
#include "lld/Core/LLVM.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/raw_ostream.h"