1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

core: fix style

This commit is contained in:
Sébastien Helleu
2023-12-14 23:11:35 +01:00
parent ffa933bcf8
commit fa0b320178
16 changed files with 54 additions and 49 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ weechat_ruby_print_exception (VALUE err)
backtrace = rb_protect_funcall (err, rb_intern ("backtrace"),
&ruby_error, 0, NULL);
message = rb_protect_funcall(err, rb_intern ("message"), &ruby_error, 0, NULL);
message = rb_protect_funcall (err, rb_intern ("message"), &ruby_error, 0, NULL);
err_msg = StringValueCStr (message);
err_class = NULL;