Whitespace fix.
authorCarl Hetherington <cth@carlh.net>
Sat, 15 Mar 2025 23:32:17 +0000 (00:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 15 Mar 2025 23:32:17 +0000 (00:32 +0100)
test/test.cc

index b15401602056a697e0fa378bf6e59620495864ac..ba9b4d66f97ed9e50b2fadbfef432356c5bc3c84 100644 (file)
@@ -979,7 +979,7 @@ verify_dcp(boost::filesystem::path dir, vector<dcp::VerificationNote::Code> igno
 
 
 void
-#ifdef  DCPOMATIC_LINUX
+#ifdef DCPOMATIC_LINUX
 make_and_verify_dcp(shared_ptr<Film> film, vector<dcp::VerificationNote::Code> ignore, bool dcp_inspect, bool clairmeta)
 #else
 make_and_verify_dcp(shared_ptr<Film> film, vector<dcp::VerificationNote::Code> ignore, bool, bool)