Spacing fix.
authorDale Johannesen <dalej@apple.com>
Tue, 19 May 2009 00:46:42 +0000 (00:46 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 19 May 2009 00:46:42 +0000 (00:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72083 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/CBackend/CBackend.cpp

index bd926f609fae1168a755809a88017a3788f5df67..4d7b54503e8998d7c42ef1e899915849980d9fdc 100644 (file)
@@ -1127,7 +1127,7 @@ void CWriter::printConstant(Constant *CPV, bool Static) {
         Out << CI->getZExtValue() << 'u';
       else
         Out << CI->getSExtValue();
-       Out << ')';
+      Out << ')';
     }
     return;
   }