summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-16 00:32:17 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-16 00:32:17 +0100
commit40a1d9a269fe60b41c51704069f31c78af91b013 (patch)
tree608d04529c0fae03f3578f9776694162e3d30ab1
parentdf2cdedfe8a8b476bd5e8d4e8252e7da56036eea (diff)
Whitespace fix.
-rw-r--r--test/test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc
index b15401602..ba9b4d66f 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -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)