Author: enrico Date: Tue Nov 17 15:55:09 2015 New Revision: 253383 URL: http://llvm.org/viewvc/llvm-project?rev=253383&view=rev Log: Cleanup indentation
Modified: lldb/trunk/source/Commands/CommandObjectType.cpp Modified: lldb/trunk/source/Commands/CommandObjectType.cpp URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectType.cpp?rev=253383&r1=253382&r2=253383&view=diff ============================================================================== --- lldb/trunk/source/Commands/CommandObjectType.cpp (original) +++ lldb/trunk/source/Commands/CommandObjectType.cpp Tue Nov 17 15:55:09 2015 @@ -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(); _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits