From a925974bf166a83cfd45b0ca89c5c65d17f275cc Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 30 Oct 2019 15:26:19 -0700 Subject: Run clang-format on lldb/source/Commands (NFC) These files had a lot of whitespace errors in them which was a constant source of merge conflicts downstream. --- lldb/source/Commands/CommandObjectWatchpointCommand.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/source/Commands/CommandObjectWatchpointCommand.h') diff --git a/lldb/source/Commands/CommandObjectWatchpointCommand.h b/lldb/source/Commands/CommandObjectWatchpointCommand.h index f2f15ef50b0..a8a683ec8d8 100644 --- a/lldb/source/Commands/CommandObjectWatchpointCommand.h +++ b/lldb/source/Commands/CommandObjectWatchpointCommand.h @@ -9,8 +9,6 @@ #ifndef liblldb_CommandObjectWatchpointCommand_h_ #define liblldb_CommandObjectWatchpointCommand_h_ - - #include "lldb/Interpreter/CommandObjectMultiword.h" #include "lldb/Interpreter/Options.h" #include "lldb/lldb-types.h" -- cgit v1.2.3