From 93e25c336dcf3b9cf20ce5ef5653a2344d09c433 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 21 Dec 2014 13:12:08 +0000 Subject: [PATCH] afh.h: Trivial whitespace fix. --- afh.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/afh.h b/afh.h index 4204108a..c237e295 100644 --- a/afh.h +++ b/afh.h @@ -71,12 +71,12 @@ struct audio_file_data { }; /** - * Structure for audio format handling. + * Structure for audio format handling. * - * There's one such struct for each supported audio format. Initially, only \a - * name and \a init are defined. During the startup process, para_server calls - * the \a init function of each audio format handler which is expected to fill - * in the other part of this struct. + * There's one such struct for each supported audio format. Initially, only \a + * name and \a init are defined. During the startup process, para_server calls + * the \a init function of each audio format handler which is expected to fill + * in the other part of this struct. */ struct audio_format_handler { /** Name of the audio format. */ -- 2.39.2