# HG changeset patch # User Rik # Date 1595021807 25200 # Node ID 6310bb8077520688461d0027a24c6a4bd1e738ad # Parent 703458652e30ea75008d2d95c0c21570e17f3dbb lex.ll: Correct indentation in cset 703458652e30. * lex.ll (base_lexer::handle_number<16>): Indent if statement to correct position. diff -r 703458652e30 -r 6310bb807752 libinterp/parse-tree/lex.ll --- a/libinterp/parse-tree/lex.ll Fri Jul 17 16:56:53 2020 -0400 +++ b/libinterp/parse-tree/lex.ll Fri Jul 17 14:36:47 2020 -0700 @@ -3158,7 +3158,7 @@ bool unsigned_val = true; int bytes = -1; -if (pos == std::string::npos) + if (pos == std::string::npos) { size_t num_digits = yytxt.length ();