From 03d6d6a8e7bcb7b2bfa920841ac7421f08dcc9b6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 1 Mar 2023 01:24:14 +0100 Subject: [PATCH] Cleanup: tidy a comment. --- src/lib/film.h | 4 +--- 1 file changed, 1 insertion(+), 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, -- 2.30.2