*: Fix linter errors

This commit is contained in:
ZyX
2017-12-11 10:19:20 +03:00
parent d46e37cb4c
commit f4132fb38b
8 changed files with 29 additions and 25 deletions

View File

@@ -267,7 +267,7 @@ int encode_read_from_list(ListReaderState *const state, char *const buf,
}
*p++ = NL;
if (TV_LIST_ITEM_TV(state->li)->v_type != VAR_STRING) {
*read_bytes = (size_t) (p - buf);
*read_bytes = (size_t)(p - buf);
return FAIL;
}
state->offset = 0;