Skip to content

Commit a6d0752

Browse files
committed
[lldb-dap] add missing new line
1 parent fbfc26b commit a6d0752

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lldb/tools/lldb-dap/DAPError.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ class NotStoppedError : public llvm::ErrorInfo<NotStoppedError> {
5454

5555
} // namespace lldb_dap
5656

57-
#endif // LLDB_TOOLS_LLDB_DAP_DAPERROR_H
57+
#endif // LLDB_TOOLS_LLDB_DAP_DAPERROR_H

lldb/tools/lldb-dap/ProgressEvent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ class ProgressEventReporter {
162162

163163
} // namespace lldb_dap
164164

165-
#endif // LLDB_TOOLS_LLDB_DAP_PROGRESS_EVENT_H
165+
#endif // LLDB_TOOLS_LLDB_DAP_PROGRESS_EVENT_H

0 commit comments

Comments
 (0)