Fix whitespace.
authorDan Gohman <gohman@apple.com>
Wed, 25 Aug 2010 17:09:50 +0000 (17:09 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 25 Aug 2010 17:09:50 +0000 (17:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112056 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bitcode/Writer/ValueEnumerator.cpp

index 587eb5f54cf2db533b1c9beb5a651f9c98fb5b17..15f8f6cdb0d8ae603c6b792e43afcc3992cc2914 100644 (file)
@@ -137,7 +137,7 @@ ValueEnumerator::ValueEnumerator(const Module *M) {
 unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const {
   InstructionMapType::const_iterator I = InstructionMap.find(Inst);
   assert (I != InstructionMap.end() && "Instruction is not mapped!");
-    return I->second;
+  return I->second;
 }
 
 void ValueEnumerator::setInstructionID(const Instruction *I) {