Spacing fix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72083 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dale Johannesen 2009-05-19 00:46:42 +00:00
parent 1d4c738603
commit f4786cc07a

View File

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