[cfe-commits] r66738 - /cfe/trunk/lib/AST/Stmt.cpp

Chris Lattner sabre at nondot.org
Wed Mar 11 16:09:17 PDT 2009


Author: lattner
Date: Wed Mar 11 18:09:16 2009
New Revision: 66738

URL: http://llvm.org/viewvc/llvm-project?rev=66738&view=rev
Log:
add some spaces :)

Modified:
    cfe/trunk/lib/AST/Stmt.cpp

Modified: cfe/trunk/lib/AST/Stmt.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/Stmt.cpp?rev=66738&r1=66737&r2=66738&view=diff

==============================================================================
--- cfe/trunk/lib/AST/Stmt.cpp (original)
+++ cfe/trunk/lib/AST/Stmt.cpp Wed Mar 11 18:09:16 2009
@@ -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();





More information about the cfe-commits mailing list