summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-03-01 01:24:14 +0100
committerCarl Hetherington <cth@carlh.net>2023-03-03 01:27:53 +0100
commit03d6d6a8e7bcb7b2bfa920841ac7421f08dcc9b6 (patch)
treed46e93f2affbf1e39499ee36334f1d30947a926d
parent95af8dff734d6931c93d2bb79c73c330eb4aa83a (diff)
Cleanup: tidy a comment.
-rw-r--r--src/lib/film.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index d059099ee..7ae22052a 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -207,9 +207,7 @@ public:
bool last_written_by_earlier_than(int major, int minor, int micro) const;
- /** Identifiers for the parts of our state;
- used for signalling changes.
- */
+ /** Identifiers for the parts of our state; used for signalling changes */
enum class Property {
NONE,
NAME,