diff options
author | Enrico Granata <egranata@apple.com> | 2015-11-17 21:55:09 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2015-11-17 21:55:09 +0000 |
commit | a2afcc99116ee4be3b8cf2283f975421462e76fc (patch) | |
tree | 91bcde89c7f9f6e910eec944513019bf72ae58e4 /lldb/source/Commands | |
parent | 1f6e22d1cc25742b96381ae103c39d243faf94ed (diff) | |
download | bcm5719-llvm-a2afcc99116ee4be3b8cf2283f975421462e76fc.tar.gz bcm5719-llvm-a2afcc99116ee4be3b8cf2283f975421462e76fc.zip |
Cleanup indentation
llvm-svn: 253383
Diffstat (limited to 'lldb/source/Commands')
-rw-r--r-- | lldb/source/Commands/CommandObjectType.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectType.cpp b/lldb/source/Commands/CommandObjectType.cpp index d3d5e9bc7d9..2ee3b5628e9 100644 --- a/lldb/source/Commands/CommandObjectType.cpp +++ b/lldb/source/Commands/CommandObjectType.cpp @@ -1203,9 +1203,11 @@ protected: DataVisualization::Categories::GetCategory(cat_nameCS, category); } else + { DataVisualization::Categories::GetCategory(ConstString(NULL), category); - category->Clear(m_formatter_kind_mask); - } + } + category->Clear(m_formatter_kind_mask); + } FormatterSpecificDeletion(); |