From: Chris Lattner Date: Wed, 11 Mar 2009 23:09:16 +0000 (+0000) Subject: add some spaces :) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32a47ed1f58c88dbc99fbe6ed76e07cafed6479a;p=clang add some spaces :) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66738 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/Stmt.cpp b/lib/AST/Stmt.cpp index f68ed0ac89..0cf36f98a8 100644 --- a/lib/AST/Stmt.cpp +++ b/lib/AST/Stmt.cpp @@ -278,7 +278,7 @@ unsigned AsmStmt::AnalyzeAsmString(llvm::SmallVectorImpl&Pieces, --CurPtr; while (CurPtr != StrEnd && isdigit(*CurPtr)) - N = N*10+((*CurPtr++)-'0'); + N = N*10 + ((*CurPtr++)-'0'); unsigned NumOperands = getNumOutputs() + getNumPlusOperands() + getNumInputs();