[Lldb-commits] [lldb] r247663 - Coding style fix.

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 14 21:50:56 PDT 2015


Author: brucem
Date: Mon Sep 14 23:50:56 2015
New Revision: 247663

URL: http://llvm.org/viewvc/llvm-project?rev=247663&view=rev
Log:
Coding style fix.

Modified:
    lldb/trunk/source/Symbol/GoASTContext.cpp

Modified: lldb/trunk/source/Symbol/GoASTContext.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Symbol/GoASTContext.cpp?rev=247663&r1=247662&r2=247663&view=diff
==============================================================================
--- lldb/trunk/source/Symbol/GoASTContext.cpp (original)
+++ lldb/trunk/source/Symbol/GoASTContext.cpp Mon Sep 14 23:50:56 2015
@@ -312,9 +312,7 @@ GoASTContext::IsArrayType(void *type, Co
     if (array)
     {
         if (size)
-        {
             *size = array->GetLength();
-        }
         if (element_type)
             *element_type = array->GetElementType();
         return true;




More information about the lldb-commits mailing list