mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Align styles [ci skip]
This commit is contained in:
parent
427ede2dde
commit
2e3f81838c
9 changed files with 56 additions and 27 deletions
|
@ -299,7 +299,8 @@ onig_error_code_to_str(UChar* s, OnigPosition code, ...)
|
|||
if (q) {
|
||||
len = onigenc_str_bytelen_null(ONIG_ENCODING_ASCII, q);
|
||||
xmemcpy(s, q, len);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
len = 0;
|
||||
}
|
||||
s[len] = '\0';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue