From e0e0da08c77df028c261e27f3ab0b6250fbaa3bc Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 25 Dec 2016 16:02:26 +0100 Subject: [PATCH] afh.h: Trivial whitespace fix. Git complains about this: "space before tab in indent". --- afh.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/afh.h b/afh.h index dad67351..a6f9c500 100644 --- a/afh.h +++ b/afh.h @@ -36,9 +36,9 @@ struct afh_info { /** Id3 tags, vorbis comments, aac tags. */ struct taginfo tags; /** - * The table that specifies the offset of the individual pieces in - * the current audio file. - */ + * The table that specifies the offset of the individual pieces in + * the current audio file. + */ uint32_t *chunk_table; /** Period of time between sending data chunks. */ struct timeval chunk_tv; @@ -48,7 +48,7 @@ struct afh_info { * which means that this audio format does not need any special header * treatment. The audio format handler does not need to set this to * zero in this case. - */ + */ uint32_t header_len; /** The number of channels. */ uint8_t channels; -- 2.39.2