From 88eb173f022062b337dc5d1681a1917c5893dc95 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 21 May 2017 23:50:52 +0100 Subject: [PATCH] Comment format tweak. --- src/lib/overlaps.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/overlaps.h b/src/lib/overlaps.h index e8216fce0..e5b3fc38e 100644 --- a/src/lib/overlaps.h +++ b/src/lib/overlaps.h @@ -24,8 +24,9 @@ class ContentPart; /** @return Pieces of content with a given part (video, audio, - * subtitle) that overlap a specified time range in the given - * ContentList */ + * subtitle) that overlap a specified time range in the given + * ContentList + */ ContentList overlaps ( ContentList cl, boost::function (boost::shared_ptr)> part, DCPTime from, DCPTime to ); -- 2.30.2