Skip to content

Commit 43727fd

Browse files
committed
Apply format to Watchpoint.cpp
1 parent 7eb3b38 commit 43727fd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

lldb/tools/lldb-dap/Watchpoint.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@
1010

1111
#include "DAP.h"
1212
#include "JSONUtils.h"
13-
1413
#include "lldb/API/SBTarget.h"
15-
#include "lldb/lldb-enumerations.h"
16-
14+
#include "lldb/lldb-enumerations.h"
15+
#include "llvm/ADT/StringExtras.h"
1716
#include "llvm/ADT/StringRef.h"
1817
#include "llvm/Support/JSON.h"
19-
#include "llvm/ADT/StringExtras.h"
20-
2118
#include <cstdint>
2219
#include <string>
2320

0 commit comments

Comments
 (0)