Unverified Commit bd21efe2 authored by Jonas Devlieghere's avatar Jonas Devlieghere
Browse files

[lldb] Fix ASCII art in CommandObjectSource.h (NFC)

parent 6b8a1425
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
//===-- 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);