commit | 9e09e960264846fa0455a63999cbca0bd714e228 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Mar 11 23:09:16 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Mar 11 23:09:16 2009 +0000 |
tree | 499eee8c1dd5c32787cce15f7cd47f63f1ea3a04 | |
parent | b9385ee0e1be80b8c9e010beb200c8443012da78 [diff] [blame] |
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 f68ed0a..0cf36f9 100644 --- a/lib/AST/Stmt.cpp +++ b/lib/AST/Stmt.cpp
@@ -278,7 +278,7 @@ --CurPtr; while (CurPtr != StrEnd && isdigit(*CurPtr)) - N = N*10+((*CurPtr++)-'0'); + N = N*10 + ((*CurPtr++)-'0'); unsigned NumOperands = getNumOutputs() + getNumPlusOperands() + getNumInputs();