From 2b8c774ce75e3b8e168889a718f8c90776ba589a Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 5 Aug 2016 11:59:45 +0000 Subject: [PATCH] Reformat. llvm-svn: 277812 --- llvm/lib/AsmParser/LLLexer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/AsmParser/LLLexer.cpp b/llvm/lib/AsmParser/LLLexer.cpp index 507e7e7..980ae1e 100644 --- a/llvm/lib/AsmParser/LLLexer.cpp +++ b/llvm/lib/AsmParser/LLLexer.cpp @@ -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; } -- 2.7.4