[Lldb-commits] [lldb] r253383 - Cleanup indentation

Enrico Granata via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 17 13:55:09 PST 2015


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();
         




More information about the lldb-commits mailing list