]> granicus.if.org Git - clang/commitdiff
Whitespace.
authorEric Christopher <echristo@apple.com>
Tue, 8 May 2012 18:56:42 +0000 (18:56 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 8 May 2012 18:56:42 +0000 (18:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156406 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 0567bf10e43fd765029ca3dcbe9d84c389deb5b0..a546d6b80761230ab501863e2ceb5724cbae358d 100644 (file)
@@ -1457,7 +1457,6 @@ llvm::DIType CGDebugInfo::CreateType(const ArrayType *Ty,
   uint64_t Size;
   uint64_t Align;
 
-
   // FIXME: make getTypeAlign() aware of VLAs and incomplete array types
   if (const VariableArrayType *VAT = dyn_cast<VariableArrayType>(Ty)) {
     Size = 0;