From 0852c80e38a5a9d2b0ce0f3f0505d62ab7e484e1 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 4 Jul 2004 11:46:15 +0000 Subject: [PATCH] Remove Tabs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14611 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bytecode/Writer/Writer.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp index 626162cb9e8..8686f493561 100644 --- a/lib/Bytecode/Writer/Writer.cpp +++ b/lib/Bytecode/Writer/Writer.cpp @@ -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