[lldb] Fix ASCII art in CommandObjectProtocolServer (NFC)
diff --git a/lldb/source/Commands/CommandObjectProtocolServer.cpp b/lldb/source/Commands/CommandObjectProtocolServer.cpp index 420fc5f..1157547 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 3591216..791b3a7 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.