Ignore:
Timestamp:
Sep 4, 2018, 4:51:12 PM (7 years ago)
Author:
[email protected]
Message:

Unreviewed indentations change.

  • yarr/YarrJIT.cpp:

(JSC::Yarr::YarrGenerator::matchBackreference):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/yarr/YarrJIT.cpp

    r235636 r235648  
    11321132        Label loop(this);
    11331133
    1134             readCharacterDontDecodeSurrogates(0, patternCharacter, patternIndex);
    1135             readCharacterDontDecodeSurrogates(m_checkedOffset - term->inputPosition, character);
    1136        
     1134        readCharacterDontDecodeSurrogates(0, patternCharacter, patternIndex);
     1135        readCharacterDontDecodeSurrogates(m_checkedOffset - term->inputPosition, character);
     1136   
    11371137        if (!m_pattern.ignoreCase())
    11381138            characterMatchFails.append(branch32(NotEqual, character, patternCharacter));
Note: See TracChangeset for help on using the changeset viewer.