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_


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to