Skip to content

Commit b51c223

Browse files
committed
clang-format fixes
1 parent 9601b2f commit b51c223

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "llvm/DebugInfo/DWARF/DWARFGdbIndex.h"
10-
#include <llvm/ADT/DenseMap.h>
10+
#include "llvm/ADT/DenseMap.h"
1111
#include "llvm/ADT/SmallVector.h"
1212
#include "llvm/ADT/StringRef.h"
1313
#include "llvm/Support/DataExtractor.h"
1414
#include "llvm/Support/Format.h"
1515
#include "llvm/Support/FormatVariadic.h"
1616
#include "llvm/Support/raw_ostream.h"
17-
1817
#include <cassert>
1918
#include <cinttypes>
2019
#include <cstdint>

0 commit comments

Comments
 (0)