gmio_core: fix minor indentation issue
This commit is contained in:
parent
8d0263a088
commit
602b4c74d0
@ -58,8 +58,8 @@ struct gmio_string_stream_fwd_iterator
|
|||||||
size_t buffer_pos; /*!< Position indicator in buffer */
|
size_t buffer_pos; /*!< Position indicator in buffer */
|
||||||
|
|
||||||
void* cookie;
|
void* cookie;
|
||||||
void (*stream_read_hook)(void* cookie,
|
void (*stream_read_hook)(
|
||||||
const gmio_string_buffer_t* str_buffer);
|
void* cookie, const gmio_string_buffer_t* str_buffer);
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct gmio_string_stream_fwd_iterator
|
typedef struct gmio_string_stream_fwd_iterator
|
||||||
|
Loading…
Reference in New Issue
Block a user