No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / raw_image_proxy.h
index 33bf4827380e30f64a86c0fc0c694562d61556b6..71c8df30bab4ce5a1ad029944e7d0b3cc93a2205 100644 (file)
@@ -27,12 +27,12 @@ class RawImageProxy : public ImageProxy
 public:
        RawImageProxy (boost::shared_ptr<Image>);
        RawImageProxy (boost::shared_ptr<cxml::Node> xml, boost::shared_ptr<Socket> socket);
-       
+
        boost::shared_ptr<Image> image (boost::optional<dcp::NoteHandler> note = boost::optional<dcp::NoteHandler> ()) const;
        void add_metadata (xmlpp::Node *) const;
        void send_binary (boost::shared_ptr<Socket>) const;
        bool same (boost::shared_ptr<const ImageProxy>) const;
-       
+
 private:
        boost::shared_ptr<Image> _image;
 };