afh.h: Trivial whitespace fix.
[paraslash.git] / afh.h
diff --git a/afh.h b/afh.h
index dad67351a9ec6548dd464d691d9013afee0a0d6c..a6f9c50073bd39563d05a76f38c5377b10451b16 100644 (file)
--- 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;