diff --git a/bshell.runtime/runtime/eval.c b/bshell.runtime/runtime/eval.c index ba9a3d0..be2898d 100644 --- a/bshell.runtime/runtime/eval.c +++ b/bshell.runtime/runtime/eval.c @@ -220,8 +220,9 @@ static enum bshell_status eval_instruction( fx_value_to_string(&y, strm, NULL); fx_value_unset(&y); - const fx_property *prop - = fx_type_get_property(ty, fx_stringstream_get_cstr(strm)); + const fx_property *prop = fx_type_get_property( + ty, + fx_stringstream_get_cstr(strm)); fx_stringstream_unref(strm); if (!prop) {