runtime: adjust formatting
This commit is contained in:
@@ -220,8 +220,9 @@ static enum bshell_status eval_instruction(
|
|||||||
fx_value_to_string(&y, strm, NULL);
|
fx_value_to_string(&y, strm, NULL);
|
||||||
fx_value_unset(&y);
|
fx_value_unset(&y);
|
||||||
|
|
||||||
const fx_property *prop
|
const fx_property *prop = fx_type_get_property(
|
||||||
= fx_type_get_property(ty, fx_stringstream_get_cstr(strm));
|
ty,
|
||||||
|
fx_stringstream_get_cstr(strm));
|
||||||
fx_stringstream_unref(strm);
|
fx_stringstream_unref(strm);
|
||||||
|
|
||||||
if (!prop) {
|
if (!prop) {
|
||||||
|
|||||||
Reference in New Issue
Block a user