Skip to content

Commit b63d2ce

Browse files
committed
Applying formatting.
1 parent 4131b8c commit b63d2ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lldb/tools/lldb-dap/DAP.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
#include "LLDBUtils.h"
1212
#include "lldb/API/SBBreakpoint.h"
1313
#include "lldb/API/SBCommandInterpreter.h"
14+
#include "lldb/API/SBCommandReturnObject.h"
1415
#include "lldb/API/SBLanguageRuntime.h"
1516
#include "lldb/API/SBListener.h"
17+
#include "lldb/API/SBProcess.h"
1618
#include "lldb/API/SBStream.h"
1719
#include "lldb/Host/FileSystem.h"
18-
#include "lldb/API/SBCommandReturnObject.h"
19-
#include "lldb/API/SBProcess.h"
2020
#include "lldb/Utility/Status.h"
2121
#include "lldb/lldb-defines.h"
2222
#include "lldb/lldb-enumerations.h"
2323
#include "llvm/ADT/ArrayRef.h"
24-
#include "llvm/ADT/Twine.h"
2524
#include "llvm/ADT/StringExtras.h"
25+
#include "llvm/ADT/Twine.h"
2626
#include "llvm/Support/Error.h"
27-
#include "llvm/Support/FormatVariadic.h"
2827
#include "llvm/Support/ErrorHandling.h"
28+
#include "llvm/Support/FormatVariadic.h"
2929
#include "llvm/Support/raw_ostream.h"
3030
#include <algorithm>
3131
#include <cassert>

0 commit comments

Comments
 (0)