summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-10-29 00:52:44 +0100
committerCarl Hetherington <cth@carlh.net>2025-10-29 00:52:44 +0100
commit3ee19997fccaaa75b36537e9802985f04d279ede (patch)
tree1e8e6f9ba60c6ae9bd060ed0fd05572f6fdf8053 /src
parentfa33e7d84f6a4ebe31f70e02a19accbaa84df74b (diff)
White space: find_missing.h
Diffstat (limited to 'src')
-rw-r--r--src/lib/find_missing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/find_missing.h b/src/lib/find_missing.h
index 6755b5dd1..6f7d23412 100644
--- a/src/lib/find_missing.h
+++ b/src/lib/find_missing.h
@@ -36,7 +36,7 @@ namespace dcpomatic {
* @param content Content, some of which may have missing files.
* @param clue Path to a file which gives a clue about where the missing files might be.
*/
-void find_missing (std::vector<std::shared_ptr<Content>> content, boost::filesystem::path clue);
+void find_missing(std::vector<std::shared_ptr<Content>> content, boost::filesystem::path clue);
}