Commit ad5bb054 authored by Pavel Labath's avatar Pavel Labath
Browse files

[lldb] Remove unneeded semicolon in IOHandlerCursesGUI

parent 159641d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ protected:
  curses::ApplicationAP m_app_ap;
};

}; // namespace lldb_private
} // namespace lldb_private

#endif // liblldb_IOHandlerCursesGUI_h_