Various tinkerings.
[libdcp.git] / src / sound_mxf.h
index 098680acf9724cbea881368cf1f09f884a0bf651..04ec8aebedb8756758b0596404bc3990cd77a38a 100644 (file)
@@ -38,7 +38,11 @@ public:
 
        boost::shared_ptr<SoundMXFWriter> start_write (boost::filesystem::path file, Standard standard);
        
-       bool equals (boost::shared_ptr<const Content> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> note) const;
+       bool equals (
+               boost::shared_ptr<const Content> other,
+               EqualityOptions opt,
+               boost::function<void (NoteType, std::string)> note
+               ) const;
 
        boost::shared_ptr<const SoundFrame> get_frame (int n) const;