No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / magick_image_proxy.h
index f4ddb2c9418c7c7d23f4c1e0c254a48aa1a043aa..d22789eda7d04db3dbdeb167ceea2976ffc0b62e 100644 (file)
@@ -31,7 +31,7 @@ public:
        void send_binary (boost::shared_ptr<Socket>) const;
        bool same (boost::shared_ptr<const ImageProxy> other) const;
 
-private:       
+private:
        Magick::Blob _blob;
        mutable boost::shared_ptr<Image> _image;
        mutable boost::mutex _mutex;