No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / image_examiner.cc
index cea5dfea7d1ea5addb5540a9cf0999ec735ccea0..79c9f727ceed7ba710546cb8d4292eb0f58a4df5 100644 (file)
@@ -41,7 +41,7 @@ ImageExaminer::ImageExaminer (shared_ptr<const Film> film, shared_ptr<const Imag
        : _film (film)
        , _image_content (content)
 {
-#ifdef DCPOMATIC_IMAGE_MAGICK  
+#ifdef DCPOMATIC_IMAGE_MAGICK
        using namespace MagickCore;
 #endif
        boost::filesystem::path path = content->path(0).string ();