Reformat.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 5 Aug 2016 11:59:45 +0000 (11:59 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 5 Aug 2016 11:59:45 +0000 (11:59 +0000)
llvm-svn: 277812

llvm/lib/AsmParser/LLLexer.cpp

index 507e7e7..980ae1e 100644 (file)
@@ -871,7 +871,7 @@ lltok::Kind LLLexer::Lex0x() {
     // HexFPConstant - Floating point constant represented in IEEE format as a
     // hexadecimal number for when exponential notation is not precise enough.
     // Half, Float, and double only.
-    APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr)));
+    APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart + 2, CurPtr)));
     return lltok::APFloat;
   }