From: Dale Johannesen Date: Tue, 19 May 2009 00:46:42 +0000 (+0000) Subject: Spacing fix. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f4786cc07ae6bc463f9d3975be7d42cc8696512c;p=oota-llvm.git Spacing fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72083 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/CBackend/CBackend.cpp b/lib/Target/CBackend/CBackend.cpp index bd926f609fa..4d7b54503e8 100644 --- a/lib/Target/CBackend/CBackend.cpp +++ b/lib/Target/CBackend/CBackend.cpp @@ -1127,7 +1127,7 @@ void CWriter::printConstant(Constant *CPV, bool Static) { Out << CI->getZExtValue() << 'u'; else Out << CI->getSExtValue(); - Out << ')'; + Out << ')'; } return; }