From: Andre Noll Date: Sun, 25 Dec 2016 15:02:26 +0000 (+0100) Subject: afh.h: Trivial whitespace fix. X-Git-Tag: v0.5.7~15 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=e0e0da08c77df028c261e27f3ab0b6250fbaa3bc afh.h: Trivial whitespace fix. Git complains about this: "space before tab in indent". --- 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;