mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Indentation fix
[skip ci]
This commit is contained in:
parent
9dcda90e2e
commit
476ae194a3
1 changed files with 1 additions and 1 deletions
2
sexp.c
2
sexp.c
|
@ -1283,7 +1283,7 @@ sexp sexp_string_index_to_cursor (sexp ctx, sexp self, sexp_sint_t n, sexp str,
|
|||
if (i > (sexp_cached_char_idx(str) + ((sexp_string_length(str) - sexp_cached_char_idx(str)) >> 1))) {
|
||||
j = sexp_string_size(str);
|
||||
i = -(sexp_string_length(str) - i);
|
||||
} else if (i > (sexp_cached_char_idx(str) >> 1)) {
|
||||
} else if (i > (sexp_cached_char_idx(str) >> 1)) {
|
||||
j = sexp_unbox_string_cursor(sexp_cached_cursor(str));
|
||||
i -= sexp_cached_char_idx(str);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue