- // Adjust indices for the change in the length of
- // the string. Do not assume that str.length() ==
- // 1, in case of surrogates.
- int32_t delta = cursor - openPos - str.length();
- cursor -= delta;
- limit -= delta;
- // assert(cursor == openPos + str.length());
+ // Adjust indices for the change in the length of
+ // the string. Do not assume that str.length() ==
+ // 1, in case of surrogates.
+ int32_t delta = cursor - openPos - str.length();
+ cursor -= delta;
+ limit -= delta;
+ // assert(cursor == openPos + str.length());
+ }