Skip to content

Commit 7b5d5e2

Browse files
Fix formatting.
1 parent 6dc4a10 commit 7b5d5e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llvm/include/llvm/DebugInfo/DWARF/DWARFCFIPrinter.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ namespace dwarf {
2323

2424
class CFIPrinter {
2525
public:
26-
static void print(const CFIProgram &P, raw_ostream &OS, DIDumpOptions DumpOpts,
27-
unsigned IndentLevel, std::optional<uint64_t> Address);
26+
static void print(const CFIProgram &P, raw_ostream &OS,
27+
DIDumpOptions DumpOpts, unsigned IndentLevel,
28+
std::optional<uint64_t> Address);
2829

2930
static void printOperand(raw_ostream &OS, DIDumpOptions DumpOpts,
3031
const CFIProgram &P,

llvm/lib/DebugInfo/DWARF/DWARFCFIPrinter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
using namespace llvm;
2525
using namespace dwarf;
2626

27-
2827
void CFIPrinter::print(const CFIProgram &P, raw_ostream &OS,
2928
DIDumpOptions DumpOpts, unsigned IndentLevel,
3029
std::optional<uint64_t> Address) {

0 commit comments

Comments
 (0)