Remove Tabs.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 4 Jul 2004 11:46:15 +0000 (11:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 4 Jul 2004 11:46:15 +0000 (11:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14611 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Writer/Writer.cpp

index 626162cb9e861be64c491b709cfc639942eeeeaa..8686f4935612c180112707d518009fab2af6c791 100644 (file)
@@ -165,12 +165,12 @@ void BytecodeWriter::outputConstants(bool isFunction) {
     if (!Plane.empty()) {              // Skip empty type planes...
       unsigned ValNo = 0;
       if (isFunction)                  // Don't re-emit module constants
-       ValNo += Table.getModuleLevel(pno);
+        ValNo += Table.getModuleLevel(pno);
       
       if (hasNullValue(pno)) {
-       // Skip zero initializer
-       if (ValNo == 0)
-         ValNo = 1;
+        // Skip zero initializer
+        if (ValNo == 0)
+          ValNo = 1;
       }
       
       // Write out constants in the plane