Author: Jonas Devlieghere Date: 2025-06-20T10:54:00-05:00 New Revision: 749e4a53d252e23e870d4a1638ff9d846af58e7f
URL: https://github.com/llvm/llvm-project/commit/749e4a53d252e23e870d4a1638ff9d846af58e7f DIFF: https://github.com/llvm/llvm-project/commit/749e4a53d252e23e870d4a1638ff9d846af58e7f.diff LOG: [lldb] Fix ASCII art in CommandObjectProtocolServer (NFC) Added: Modified: lldb/source/Commands/CommandObjectProtocolServer.cpp lldb/source/Commands/CommandObjectProtocolServer.h Removed: ################################################################################ diff --git a/lldb/source/Commands/CommandObjectProtocolServer.cpp b/lldb/source/Commands/CommandObjectProtocolServer.cpp index 420fc5fdddadb..115754769f3e3 100644 --- a/lldb/source/Commands/CommandObjectProtocolServer.cpp +++ b/lldb/source/Commands/CommandObjectProtocolServer.cpp @@ -1,5 +1,4 @@ -//===-- CommandObjectProtocolServer.cpp -//----------------------------------------------===// +//===-- CommandObjectProtocolServer.cpp -----------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/lldb/source/Commands/CommandObjectProtocolServer.h b/lldb/source/Commands/CommandObjectProtocolServer.h index 3591216b014cb..791b3a78aaf02 100644 --- a/lldb/source/Commands/CommandObjectProtocolServer.h +++ b/lldb/source/Commands/CommandObjectProtocolServer.h @@ -1,5 +1,4 @@ -//===-- CommandObjectProtocolServer.h -//------------------------------------------------===// +//===-- CommandObjectProtocolServer.h -------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits