diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-01 01:24:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-03 01:27:53 +0100 |
| commit | 03d6d6a8e7bcb7b2bfa920841ac7421f08dcc9b6 (patch) | |
| tree | d46e93f2affbf1e39499ee36334f1d30947a926d | |
| parent | 95af8dff734d6931c93d2bb79c73c330eb4aa83a (diff) | |
Cleanup: tidy a comment.
| -rw-r--r-- | src/lib/film.h | 4 |
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, |
