Nuke blank line.
authorChris Lattner <sabre@nondot.org>
Sun, 13 Feb 2005 17:54:21 +0000 (17:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 Feb 2005 17:54:21 +0000 (17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20154 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/SymbolTable.cpp

index e5191be198bdc37851642ab7eae5812c414330df..71fb1cd43ffee2f1631bfdbd4de1b49b91099fe5 100644 (file)
@@ -414,7 +414,6 @@ void SymbolTable::refineAbstractType(const DerivedType *OldType,
         }
       } else {
         insertEntry(V.first, NewType, V.second);
-
       }
       // Remove the item from the old type plane
       OldPlane.erase(OldPlane.begin());