From 602b4c74d0afe13992343efd7e3d2a04bccb395b Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Tue, 9 Jun 2015 16:53:42 +0200 Subject: [PATCH] gmio_core: fix minor indentation issue --- src/gmio_core/internal/string_parse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gmio_core/internal/string_parse.h b/src/gmio_core/internal/string_parse.h index edd6909..9b401ec 100644 --- a/src/gmio_core/internal/string_parse.h +++ b/src/gmio_core/internal/string_parse.h @@ -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