aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSource.h
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2023-10-19 10:30:12 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2023-10-19 10:30:38 -0700
commitbd21efe24c7670bc8d6f5c3bb92f12b0d1983e0b (patch)
treeaad67ebeba4620fa90e5763244ce2888fc0a0d39 /lldb/source/Commands/CommandObjectSource.h
parent6b8a1425eafce38f2c2ba2269c473a12cb825cb2 (diff)
downloadllvm-bd21efe24c7670bc8d6f5c3bb92f12b0d1983e0b.zip
llvm-bd21efe24c7670bc8d6f5c3bb92f12b0d1983e0b.tar.gz
llvm-bd21efe24c7670bc8d6f5c3bb92f12b0d1983e0b.tar.bz2
[lldb] Fix ASCII art in CommandObjectSource.h (NFC)
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.h')
-rw-r--r--lldb/source/Commands/CommandObjectSource.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lldb/source/Commands/CommandObjectSource.h b/lldb/source/Commands/CommandObjectSource.h
index f2117bd..d552508 100644
--- a/lldb/source/Commands/CommandObjectSource.h
+++ b/lldb/source/Commands/CommandObjectSource.h
@@ -1,5 +1,4 @@
-//===-- CommandObjectSource.h.h -----------------------------------*- C++
-//-*-===//
+//===-- CommandObjectSource.h -----------------------------------*- C++-*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -14,8 +13,6 @@
namespace lldb_private {
-// CommandObjectMultiwordSource
-
class CommandObjectMultiwordSource : public CommandObjectMultiword {
public:
CommandObjectMultiwordSource(CommandInterpreter &interpreter);