| commit | 3f0ed597259306c8e939e15b571ad2bc8aa5aebf | [log] [tgz] |
|---|---|---|
| author | yosin <yosin@chromium.org> | Thu Jul 07 05:04:48 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 07 05:06:51 2016 |
| tree | a1adf86a399bbcc37146e8bc8e569fe61a53bea5 | |
| parent | 146c143d74353f040d0453a7708f9ad355b0e8df [diff] |
Use early-return style in SpellChecker::spellCheckOldSelection() This patch makes |SpellChecker::spellCheckOldSelection()| to use early-return style to reduce indentation for improving readability. BUG=n/a TEST=n/a; no behavior changes Review-Url: https://codereview.chromium.org/2123863003 Cr-Commit-Position: refs/heads/master@{#404080}