Cleanup: tidy a comment.
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Mar 2023 00:24:14 +0000 (01:24 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 3 Mar 2023 00:27:53 +0000 (01:27 +0100)
src/lib/film.h

index d059099ee521e7c5d8f9ae7daa4afa2907df799f..7ae22052ae6a413e15bfef3540380e98a454ab5c 100644 (file)
@@ -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,