From: Carl Hetherington Date: Wed, 1 Mar 2023 00:24:14 +0000 (+0100) Subject: Cleanup: tidy a comment. X-Git-Tag: v2.16.45~1 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=03d6d6a8e7bcb7b2bfa920841ac7421f08dcc9b6 Cleanup: tidy a comment. --- 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,