Improve formatting of FAILED_READ errors.
[dcpomatic.git] / src / lib / content_audio.h
index 89a908b6870ef06a46a6099873cd42c099d1d29f..074d6b42843869b6cb44e5bb207739e7918e95f2 100644 (file)
 
 */
 
+
 #ifndef DCPOMATIC_CONTENT_AUDIO_H
 #define DCPOMATIC_CONTENT_AUDIO_H
 
+
 /** @file  src/lib/content_audio.h
  *  @brief ContentAudio class.
  */
 
+
 #include "audio_buffers.h"
 #include "types.h"
 
+
 /** @class ContentAudio
  *  @brief A block of audio from a piece of content, with a timestamp as a frame within that content.
  */
@@ -43,4 +47,5 @@ public:
        Frame frame;
 };
 
+
 #endif