gmio_core: fix minor indentation issue

This commit is contained in:
Hugues Delorme 2015-06-09 16:53:42 +02:00
parent 8d0263a088
commit 602b4c74d0

View File

@ -58,8 +58,8 @@ struct gmio_string_stream_fwd_iterator
size_t buffer_pos; /*!< Position indicator in buffer */
void* cookie;
void (*stream_read_hook)(void* cookie,
const gmio_string_buffer_t* str_buffer);
void (*stream_read_hook)(
void* cookie, const gmio_string_buffer_t* str_buffer);
};
typedef struct gmio_string_stream_fwd_iterator