diff options
author | Adrian Prantl <aprantl@apple.com> | 2019-10-30 15:26:19 -0700 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2019-10-30 16:03:00 -0700 |
commit | a925974bf166a83cfd45b0ca89c5c65d17f275cc (patch) | |
tree | e08143032d4c9afac1ed92aca0c34d6792ef24da /lldb/source/Commands/CommandObjectLanguage.h | |
parent | 17b64e36e90ad05a32a99b9f5784b55310cc10e8 (diff) | |
download | bcm5719-llvm-a925974bf166a83cfd45b0ca89c5c65d17f275cc.tar.gz bcm5719-llvm-a925974bf166a83cfd45b0ca89c5c65d17f275cc.zip |
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.
Diffstat (limited to 'lldb/source/Commands/CommandObjectLanguage.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectLanguage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectLanguage.h b/lldb/source/Commands/CommandObjectLanguage.h index b86457c99af..5dd0579dbb1 100644 --- a/lldb/source/Commands/CommandObjectLanguage.h +++ b/lldb/source/Commands/CommandObjectLanguage.h @@ -9,8 +9,6 @@ #ifndef liblldb_CommandObjectLanguage_h_ #define liblldb_CommandObjectLanguage_h_ - - #include "lldb/Interpreter/CommandObjectMultiword.h" #include "lldb/lldb-types.h" |