Add whitespace to silence Clang's `-Wmisleading-indentation`. NFC.

./fieldpattern.cpp:440:5: error: misleading indentation;
    statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
        if(isize(res) > limitp) return res;
        ^
This commit is contained in:
Arthur O'Dwyer 2020-03-23 14:50:56 -04:00
parent f49c57c4f0
commit 14c098eaf9
1 changed files with 28 additions and 28 deletions