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;


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to