[Lldb-commits] [lldb] ad5bb05 - [lldb] Remove unneeded semicolon in IOHandlerCursesGUI

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 3 07:21:17 PST 2019


Author: Pavel Labath
Date: 2019-12-03T16:22:52+01:00
New Revision: ad5bb05405c0ea8fc82fae240e2006d241799cf6

URL: https://github.com/llvm/llvm-project/commit/ad5bb05405c0ea8fc82fae240e2006d241799cf6
DIFF: https://github.com/llvm/llvm-project/commit/ad5bb05405c0ea8fc82fae240e2006d241799cf6.diff

LOG: [lldb] Remove unneeded semicolon in IOHandlerCursesGUI

Added: 
    

Modified: 
    lldb/include/lldb/Core/IOHandlerCursesGUI.h

Removed: 
    


################################################################################
diff  --git a/lldb/include/lldb/Core/IOHandlerCursesGUI.h b/lldb/include/lldb/Core/IOHandlerCursesGUI.h
index d67f37d8f598..afa435269725 100644
--- a/lldb/include/lldb/Core/IOHandlerCursesGUI.h
+++ b/lldb/include/lldb/Core/IOHandlerCursesGUI.h
@@ -35,6 +35,6 @@ class IOHandlerCursesGUI : public IOHandler {
   curses::ApplicationAP m_app_ap;
 };
 
-}; // namespace lldb_private
+} // namespace lldb_private
 
 #endif // liblldb_IOHandlerCursesGUI_h_


        


More information about the lldb-commits mailing list