From 2b8c774ce75e3b8e168889a718f8c90776ba589a Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 5 Aug 2016 11:59:45 +0000 Subject: Reformat. llvm-svn: 277812 --- llvm/lib/AsmParser/LLLexer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/AsmParser/LLLexer.cpp') diff --git a/llvm/lib/AsmParser/LLLexer.cpp b/llvm/lib/AsmParser/LLLexer.cpp index 507e7e76ecd..980ae1ec3d3 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; } -- cgit v1.2.3