fx.serial: formatting cleanup
This commit is contained in:
@@ -1852,7 +1852,6 @@ static fx_result parse_array_inline(struct ctx *ctx, fx_value *result)
|
|||||||
|
|
||||||
static fx_result parse_value(struct ctx *ctx, fx_value *result)
|
static fx_result parse_value(struct ctx *ctx, fx_value *result)
|
||||||
{
|
{
|
||||||
|
|
||||||
struct token *tok = peek_token(ctx);
|
struct token *tok = peek_token(ctx);
|
||||||
if (!tok) {
|
if (!tok) {
|
||||||
return FX_RESULT_ERR(BAD_FORMAT);
|
return FX_RESULT_ERR(BAD_FORMAT);
|
||||||
|
|||||||
Reference in New Issue
Block a user