Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Jul 1, 2024
1 parent 41c9afe commit 4461190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ static int8_t _z_encoding_convert_into_string(const z_loaned_encoding_t *encodin

_Z_OWNED_FUNCTIONS_VALUE_IMPL(_z_encoding_t, encoding, _z_encoding_check, _z_encoding_null, _z_encoding_copy,
_z_encoding_clear)

int8_t z_encoding_from_str(z_owned_encoding_t *encoding, const char *s) {
// Init owned encoding
z_encoding_null(encoding);
Expand Down

0 comments on commit 4461190

Please sign in to comment.